ImageGear .NET - Updated
ImGearXMPSeq<T> Constructor(String[])




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPSeq<T> Class > ImGearXMPSeq<T> Constructor : ImGearXMPSeq<T> Constructor(String[])
String array.
Initializes a new instance of the ImGearXMPSeq<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As String _
)
'Usage
 
Dim value() As String
 
Dim instance As New ImGearXMPSeq(Of T)(value)
public ImGearXMPSeq<T>( 
   string[] value
)
public: ImGearXMPSeq<T>( 
   string*[]* value
)
public:
ImGearXMPSeq<T>( 
   array<String^>^ value
)

Parameters

value
String array.

Return Value

New instance of the ImGearXMPSeq<T> generic class object.
Remarks
This constructor creates an instance of ImGearXMPSeq<T> generic class generic class and initializes it with values from the string array.
See Also

Reference

ImGearXMPSeq<T> Class
ImGearXMPSeq<T> Members
Overload List