TechTalk Genome v4.2

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);

public NullableBoolean(uint);

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace