Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | MoveNext () |
void | Reset () |
void | Dispose () |
Package Functions | |
EnumeratorObject (ImmutableStack< T > stack) | |
Properties | |
T | Current [get] |
object IEnumerator. | Current [get] |
Private Member Functions | |
void | ThrowIfDisposed () |
Private Attributes | |
readonly ImmutableStack< T > | _originalStack |
ImmutableStack< T > | _remainingStack |
bool | _disposed |
Definition at line 93 of file ImmutableStack.cs.