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