Example #1
0
 public bool TryPeek(out T result)
 {
     return(_wrapped.TryPeek(out result));
 }