Exemplo n.º 1
0
 public bool TryPeek(out T item)
 {
     return(_adapter.TryPeek(out item));
 }