Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.Stack< T > Member List

This is the complete list of members for System.Collections.Generic.Stack< T >, including all inherited members.

_arraySystem.Collections.Generic.Stack< T >private
_sizeSystem.Collections.Generic.Stack< T >private
_versionSystem.Collections.Generic.Stack< T >private
Add(T item)System.Collections.Generic.ICollection< T >
Clear()System.Collections.Generic.Stack< T >inline
Contains(T item)System.Collections.Generic.Stack< T >inline
CopyTo(T[] array, int arrayIndex)System.Collections.Generic.Stack< T >inline
CopyTo(Array array, int arrayIndex)System.Collections.Generic.Stack< T >inlineprivate
CountSystem.Collections.Generic.Stack< T >
EnsureCapacity(int capacity)System.Collections.Generic.Stack< T >inline
GetEnumerator()System.Collections.Generic.Stack< T >inline
GetEnumerator()System.Collections.Generic.Stack< T >inlineprivate
GetEnumerator()System.Collections.Generic.Stack< T >inlineprivate
Grow(int capacity)System.Collections.Generic.Stack< T >inlineprivate
IsReadOnlySystem.Collections.Generic.ICollection< T >
IsSynchronizedSystem.Collections.Generic.Stack< T >private
Peek()System.Collections.Generic.Stack< T >inline
Pop()System.Collections.Generic.Stack< T >inline
Push(T item)System.Collections.Generic.Stack< T >inline
PushWithResize(T item)System.Collections.Generic.Stack< T >inlineprivate
Remove(T item)System.Collections.Generic.ICollection< T >
Stack()System.Collections.Generic.Stack< T >inline
Stack(int capacity)System.Collections.Generic.Stack< T >inline
Stack(IEnumerable< T > collection)System.Collections.Generic.Stack< T >inline
SyncRootSystem.Collections.Generic.Stack< T >private
ThrowForEmptyStack()System.Collections.Generic.Stack< T >inlineprivate
ToArray()System.Collections.Generic.Stack< T >inline
TrimExcess()System.Collections.Generic.Stack< T >inline
TryPeek([MaybeNullWhen(false)] out T result)System.Collections.Generic.Stack< T >inline
TryPop([MaybeNullWhen(false)] out T result)System.Collections.Generic.Stack< T >inline