예제 #1
0
 public FieldBytes(FieldKey key, int offset, int length)
 {
     this.Key       = key;
     this.ByteSlice = new ByteSlice(offset, length);
 }
예제 #2
0
 public FieldBytes(FieldKey key, ByteSlice byteSlice)
 {
     this.Key       = key;
     this.ByteSlice = byteSlice;
 }