|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| Iterator () | |
| void | Dispose () |
| IEnumerator< TSource > | GetEnumerator () |
| bool | MoveNext () |
Protected Member Functions | |
| Iterator< TSource > | Clone () |
| virtual void | Dispose (bool disposing) |
Package Attributes | |
| int | state |
| TSource | current |
Properties | |
| TSource | Current [get] |
| object IEnumerator. | Current [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
| void IEnumerator. | Reset () |
Private Attributes | |
| readonly int | _threadId |
Definition at line 6 of file Iterator.cs.