コード例 #1
0
 public bool TryGetLastValue(out StreamId last)
 {
     return(_wrapped.TryGetLastValue(out last));
 }
コード例 #2
0
 public bool TryGetLastValue(out uint last)
 {
     return(_wrapped.TryGetLastValue(out last));
 }