Beispiel #1
0
 public Uuid128(byte[] bytes)
     : this()
 {
     m_packed = Convert(bytes.AsSlice());
 }
Beispiel #2
0
 public void WriteTo(byte[] buffer, int offset)
 {
     WriteTo(buffer.AsSlice(offset));
 }