コード例 #1
0
 public bool TryPush(T item)
 {
     return(UnsafeStack.TryPush <T>(m_inner, item));
 }