Chili.Opf3 Send comments on this topic.
ID Constructor(T)
See Also 
Chili.Opf3 Namespace > Generic ID Class > ID Constructor : ID Constructor(T)




value
Value of the ID.
Creates a new instance of the ID Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As T _
)
Visual Basic (Usage)Copy Code
Dim value As T
 
Dim instance As ID(Of T)(value)
C# 
public Generic ID( 
   T value
)
Managed Extensions for C++ 
public: Generic ID( 
   T value
)
C++/CLI 
public:
Generic ID( 
   T value
)

Parameters

value
Value of the ID.

Exceptions

ExceptionDescription
ArgumentNullExceptionValue is null.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also