ImageGear for .NET
ImGearXMPAlt<T> Constructor(String[])




String array.
Initializes a new instance of the ImGearXMPAlt<T> class with values from the string array.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As String _
)
'Usage
 
Dim value() As String
 
Dim instance As New ImGearXMPAlt(Of T)(value)
public ImGearXMPAlt<T>( 
   string[] value
)
public: ImGearXMPAlt<T>( 
   string*[]* value
)
public:
ImGearXMPAlt<T>( 
   array<String^>^ value
)

Parameters

value
String array.

Return Value

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

Reference

ImGearXMPAlt<T> Class
ImGearXMPAlt<T> Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback