Nullable<(Of <(<'T>)>)> Constructor
Initializes a new instance of the Nullable<(Of <(<'T>)>)> structure to the specified value.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public Nullable( T value )
<TemplateAttribute> _ Public Sub New ( _ value As T _ )
[TemplateAttribute] public: Nullable( T value )
Parameters
- value
- Type: T
A value type.