Initializes a new instance of the NullableGuid class using the specified array of bytes.
Initializes a new instance of the NullableGuid class using the specified array of bytes.
public NullableGuid(byte[]);
Initializes a new instance of the NullableGuid structure using the specified Guid value.
public NullableGuid(Guid);
Initializes a new instance of the NullableGuid class using the specified integers and bytes.
public NullableGuid(int,short,short,byte,byte,byte,byte,byte,byte,byte,byte);
Initializes a new instance of the NullableGuid structure using the specified string value.
public NullableGuid(string);
NullableGuid Class | TechTalk.Genome.NullableTypes Namespace