Exemplo n.º 1
0
 public bool TryGet(ref DirectBuffer key, ref DirectBuffer value, CursorGetOption operation)
 {
     return(_impl.TryGet(ref key, ref value, operation));
 }
Exemplo n.º 2
0
 public bool TryGet <TKey, TValue>(ref TKey key, ref TValue value, CursorGetOption operation) where TKey : struct where TValue : struct
 {
     return(_impl.TryGet(ref key, ref value, operation));
 }