Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
IImmutableStack< T > | Clear () |
IImmutableStack< T > | Push (T value) |
IImmutableStack< T > | Pop () |
T | Peek () |
IEnumerator | GetEnumerator () |
Properties | |
bool | IsEmpty [get] |
Definition at line 5 of file IImmutableStack.cs.