TechTalk Genome v4.2

NullableByte Constructor 

Initializes a new instance of the NullableByte structure using the specified byte value.

public NullableByte(
   byte value
);

Parameters

value
A byte value to be stored in the Value property of the new NullableByte structure.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableByte Class | TechTalk.Genome.NullableTypes Namespace