TechTalk Genome v4.2

NullableUInt32 Constructor 

Initializes a new instance of the NullableUInt32 structure using the specified integer value.

public NullableUInt32(
   uint value
);

Parameters

value
An integer value to be stored in the Value property of the new NullableUInt32 structure.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace