NullableTypes Class Library

NullableBoolean Constructor (Int32)

Initializes a new instance of the NullableBoolean structure using the supplied integer value.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Integer _
)
[C#]
public NullableBoolean(
   int value
);

Parameters

value
The integer whose value is to be used for the new NullableBoolean structure.

See Also

NullableBoolean Class | NullableTypes Namespace | NullableBoolean Constructor Overload List