The members of System.Collections.Stack are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Documentation for this section has not yet been entered. |
| | Documentation for this section has not yet been entered. |
| | Documentation for this section has not yet been entered. |
Public Properties
[read-only] | Count | int. Documentation for this section has not yet been entered. |
[read-only] | IsSynchronized | bool. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object. Documentation for this section has not yet been entered. |
Public Methods
| Clear()Documentation for this section has not yet been entered. |
| Clone() : objectDocumentation for this section has not yet been entered. |
| Contains(object) : boolDocumentation for this section has not yet been entered. |
| CopyTo(Array, int)Documentation for this section has not yet been entered. |
| GetEnumerator() : IEnumeratorDocumentation for this section has not yet been entered. |
| Peek() : objectDocumentation for this section has not yet been entered. |
| Pop() : objectDocumentation for this section has not yet been entered. |
| Push(object)Documentation for this section has not yet been entered. |
static | Synchronized(Stack) : StackDocumentation for this section has not yet been entered. |
| ToArray() : object[]Documentation for this section has not yet been entered. |
Extension Methods