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