ImageGear .NET - Updated
ImGearXMPSeq<T> Class
Members 




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace : ImGearXMPSeq<T> Class
ImGearXMPValue type.
Represents an ordered array of XMP properties.
Object Model
ImGearXMPSeq<T> Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearXMPSeq(Of T As {New, ImGearXMPValue}) 
   Inherits ImGearXMPArray(Of T)
'Usage
 
Dim instance As ImGearXMPSeq(Of T)
public sealed class ImGearXMPSeq<T> : ImGearXMPArray<T> 
where T: new(), ImGearXMPValue
public __gc __sealed class ImGearXMPSeq<T> : public ImGearXMPArray<T> 
where T: gcnew(), ImGearXMPValue
generic<typename T>
public ref class ImGearXMPSeq sealed : public ImGearXMPArray<T> 
where T: gcnew(), ImGearXMPValue
Type Parameters
T
ImGearXMPValue type.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.XMP.ImGearXMPArray<T>
      ImageGear.Formats.XMP.ImGearXMPSeq<T>

See Also

Reference

ImGearXMPSeq<T> Members
ImageGear.Formats.XMP Namespace