NullableTypes Class Library

NullableBoolean Constructor

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

Overload List

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

public NullableBoolean(bool);

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

public NullableBoolean(int);

See Also

NullableBoolean Class | NullableTypes Namespace