|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | MoveNext () |
Package Functions | |
| Enumerator (ImmutableQueue< T > queue) | |
Properties | |
| T | Current [get] |
Private Attributes | |
| readonly ImmutableQueue< T > | _originalQueue |
| ImmutableStack< T > | _remainingForwardsStack |
| ImmutableStack< T > | _remainingBackwardsStack |
Definition at line 68 of file ImmutableQueue.cs.