|
Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Collections.Stack, including all inherited members.
| _array | System.Collections.Stack | private |
| _size | System.Collections.Stack | private |
| _version | System.Collections.Stack | private |
| Clear() | System.Collections.Stack | inlinevirtual |
| Clone() | System.Collections.Stack | inlinevirtual |
| Contains(object? obj) | System.Collections.Stack | inlinevirtual |
| CopyTo(Array array, int index) | System.Collections.Stack | inlinevirtual |
| Count | System.Collections.Stack | |
| GetEnumerator() | System.Collections.Stack | inlinevirtual |
| IsSynchronized | System.Collections.Stack | |
| Peek() | System.Collections.Stack | inlinevirtual |
| Pop() | System.Collections.Stack | inlinevirtual |
| Push(object? obj) | System.Collections.Stack | inlinevirtual |
| Stack() | System.Collections.Stack | inline |
| Stack(int initialCapacity) | System.Collections.Stack | inline |
| Stack(ICollection col) | System.Collections.Stack | inline |
| Synchronized(Stack stack) | System.Collections.Stack | inlinestatic |
| SyncRoot | System.Collections.Stack | |
| ToArray() | System.Collections.Stack | inlinevirtual |