The methods of System.Collections.Generic.Stack<T> are listed below. For a list of all members, see the Stack<T> Members list.
See Also: Inherited members from System.Object
Clear() Documentation for this section has not yet been entered.Contains(T) : bool Documentation for this section has not yet been entered.CopyTo(T[], int) Documentation for this section has not yet been entered.GetEnumerator() : Stack<T>.Enumerator Documentation for this section has not yet been entered.Peek() : T Documentation for this section has not yet been entered.Pop() : T Documentation for this section has not yet been entered.Push(T) Documentation for this section has not yet been entered.ToArray() : T[] Documentation for this section has not yet been entered.TrimExcess() Documentation for this section has not yet been entered.