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);
public NullableBoolean(uint);
NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace