NullableTypes Class Library | |
NullableInt32 Constructor
Initializes a new instance of the NullableInt32 structure
using the specified integer value.
[Visual Basic]Public Sub New( _
ByVal
value As
Integer _
)
[C#]public NullableInt32(
int value);
Parameters
- value
-
An integer value to be stored in the Value property of the new
NullableInt32 structure.
See Also
NullableInt32 Class | NullableTypes Namespace