Exemple #1
0
 public static Key CopyOf(byte[] bytes)
 {
     return(new Key(WrappedByteArray.CopyOf(bytes)));
 }
Exemple #2
0
 public static Value CopyOf(Operator op, byte[] data)
 {
     return(new Value(op, WrappedByteArray.CopyOf(data)));
 }