ImageGear for .NET
ImGearXMPEnum<T> Constructor(T)




Enum value.
Initializes a new instance of the ImGearXMPEnum<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As T _
)
'Usage
 
Dim value As T
 
Dim instance As New ImGearXMPEnum(Of T)(value)
public ImGearXMPEnum<T>( 
   T value
)
public: ImGearXMPEnum<T>( 
   T* value
)
public:
ImGearXMPEnum<T>( 
   T^ value
)

Parameters

value
Enum value.

Return Value

New instance of the ImGearXMPEnum<T> generic class object.
Remarks
This constructor creates and initializes an instance of ImGearXMPEnum<T> generic class by using an enumeration value.
See Also

Reference

ImGearXMPEnum<T> Class
ImGearXMPEnum<T> Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback