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
| Exception | Description |
| ArgumentNullException | Value is null. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also