Mono Class Library: Overview

System.Collections.Stack: Method Members

The methods of System.Collections.Stack are listed below. For a list of all members, see the Stack Members list.

See Also: Inherited members from System.Object

Public Methods

Clear()
Documentation for this section has not yet been entered.
Clone() : object
Documentation for this section has not yet been entered.
Contains(object) : bool
Documentation for this section has not yet been entered.
CopyTo(Array, int)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
Peek() : object
Documentation for this section has not yet been entered.
Pop() : object
Documentation for this section has not yet been entered.
Push(object)
Documentation for this section has not yet been entered.
static
Synchronized(Stack) : Stack
Documentation for this section has not yet been entered.
ToArray() : object[]
Documentation for this section has not yet been entered.