Constructor SerializableGuid
SerializableGuid(ulong, ulong)
Constructs a SerializableGuid from two 64-bit ulong
s.
Declaration
public SerializableGuid(ulong guidLow, ulong guidHigh)
Parameters
Type | Name | Description |
---|---|---|
ulong | guidLow | The low 8 bytes of the |
ulong | guidHigh | The high 8 bytes of the |