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