|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| object | Clone () |
| bool | MoveNext () |
| void | Reset () |
Package Functions | |
| IListWrapperEnumWrapper (IListWrapper listWrapper, int startIndex, int count) | |
Properties | |
| object | Current [get] |
Private Member Functions | |
| IListWrapperEnumWrapper () | |
Private Attributes | |
| IEnumerator | _en |
| int | _remaining |
| int | _initialStartIndex |
| int | _initialCount |
| bool | _firstCall |
Definition at line 14 of file ArrayList.cs.