public bool TryGetLastValue(out StreamId last)
 {
     return(_wrapped.TryGetLastValue(out last));
 }
Exemplo n.º 2
0
 public bool TryGetLastValue(out uint last)
 {
     return(_wrapped.TryGetLastValue(out last));
 }