NullableTypes Class Library

NullableBoolean Constructor (Boolean)

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

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

Parameters

value
The value for the new NullableBoolean structure; either true or false.

See Also

NullableBoolean Class | NullableTypes Namespace | NullableBoolean Constructor Overload List