NullableTypes Class Library

NullableInt16 Constructor 

Constructor for NullableInt16 type objects

[Visual Basic]
Public Sub New( _
   ByVal value As Short _
)
[C#]
public NullableInt16(
   short value
);

Parameters

value
value that it should contain, if constructed.

See Also

NullableInt16 Class | NullableTypes Namespace