|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | MoveNext () |
| void | Dispose () |
Package Functions | |
| SZGenericArrayEnumerator (T[] array) | |
Static Package Attributes | |
| static readonly SZGenericArrayEnumerator< T > | Empty = new SZGenericArrayEnumerator<T>(new T[0]) |
Properties | |
| T | Current [get] |
| object IEnumerator. | Current [get] |
Private Member Functions | |
| void IEnumerator. | Reset () |
Private Attributes | |
| readonly T[] | _array |
| int | _index |
Definition at line 6 of file SZGenericArrayEnumerator.cs.