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