Ejemplo n.º 1
0
 public bool TryPop(out T item)
 {
     return(UnsafeStack.TryPop <T>(m_inner, out item));
 }