示例#1
0
 public byte[] Get()
 {
     return(_snapshot.GetRawValue(_contract, _location.Buffer));
 }
示例#2
0
 public byte[] GetValue(IEnumerable <byte> key)
 {
     return(_snapshot.GetRawValue(_contract, _location.Buffer.Concat(key)));
 }