Exemplo n.º 1
0
 public bool Poll(out T item)
 {
     return(parent.Poll(this, out item));
 }