Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Enumerator (DiagNode< T > head) | |
bool | MoveNext () |
void | Reset () |
void | Dispose () |
Properties | |
T | Current [get] |
object IEnumerator. | Current [get] |
Private Attributes | |
DiagNode< T > | _nextNode |
T | _currentItem |
Definition at line 7 of file Enumerator.cs.