NullableTypes Class Library

NullableInt64 Constructor 

Initializes a new instance of the NullableInt64 structure using the specified long integer value.

[Visual Basic]
Public Sub New( _
   ByVal value As Long _
)
[C#]
public NullableInt64(
   long value
);

Parameters

value
An long integer value to be stored in the Value property of the new NullableInt64 structure.

See Also

NullableInt64 Class | NullableTypes Namespace