Initializes a new instance of the NullableBoolean structure using the supplied boolean value.
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);
NullableBoolean Class | NullableTypes Namespace