Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override IList< IEnumerator< KeyValuePair< long, TSource > > > | GetOrderablePartitions (int partitionCount) |
Protected Member Functions | |
override IEnumerator< KeyValuePair< long, TSource > > | CreatePartition (int startIndex, int endIndex) |
Package Functions | |
StaticIndexRangePartitionerForArray (TSource[] array) | |
Properties | |
override int | SourceCount [get] |
Private Attributes | |
readonly TSource[] | _array |
Definition at line 698 of file Partitioner.cs.