mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Collections.Stack, including all inherited members.
Clear() | System.Collections.Stack | virtual |
Clone() | System.Collections.Stack | virtual |
Contains(object obj) | System.Collections.Stack | virtual |
CopyTo(Array array, int index) | System.Collections.Stack | virtual |
Count | System.Collections.Stack | |
GetEnumerator() | System.Collections.Stack | virtual |
IsSynchronized | System.Collections.Stack | |
Peek() | System.Collections.Stack | virtual |
Pop() | System.Collections.Stack | virtual |
Push(object obj) | System.Collections.Stack | virtual |
Stack() | System.Collections.Stack | |
Stack(int initialCapacity) | System.Collections.Stack | |
Stack???(ICollection col) | System.Collections.Stack | |
Synchronized(Stack stack) | System.Collections.Stack | static |
SyncRoot | System.Collections.Stack | |
ToArray() | System.Collections.Stack | virtual |