|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| EnumeratorDropIndices (IEnumerator< KeyValuePair< long, TSource > > source) | |
| bool | MoveNext () |
| void | Dispose () |
| void | Reset () |
Properties | |
| TSource | Current [get] |
| object IEnumerator. | Current [get] |
Private Attributes | |
| readonly IEnumerator< KeyValuePair< long, TSource > > | _source |
Definition at line 35 of file OrderablePartitioner.cs.