TechTalk Genome v4.2

NullableInt64 Constructor 

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

public NullableInt64(
   long value
);

Parameters

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

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableInt64 Class | TechTalk.Genome.NullableTypes Namespace