|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Dispose () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Package Functions | |
| RangeEnumerator (int from, int count, int initialIndex) | |
| override bool | MoveNext (ref int currentElement, ref int currentKey) |
| override void | Reset () |
| bool | MoveNext ([MaybeNullWhen(false)][AllowNull] ref TElement currentElement,[AllowNull] ref TKey currentKey) |
| IEnumerator< TElement > | AsClassicEnumerator () |
Private Attributes | |
| readonly int | _from |
| readonly int | _count |
| readonly int | _initialIndex |
| Shared< int > | _currentCount |
Definition at line 7 of file RangeEnumerable.cs.