TechTalk Genome v4.2

NullableUInt64 Constructor 

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

public NullableUInt64(
   ulong value
);

Parameters

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

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt64 Class | TechTalk.Genome.NullableTypes Namespace