예제 #1
0
 public UInt64BytesISegment GetMap2KeySegment(Boolean key)
 {
     byte[] bs = new byte[BssomBinaryPrimitives.BooleanSize];
     BssomBinaryPrimitives.WriteBoolean(ref bs[0], key);
     return(new UInt64BytesISegment(bs));
 }