|
Terraria v1.4.4.9
Terraria source code documentation
|
Protected Attributes | |
| QueryOperatorEnumerator< TElement, TKey >[] | _partitions |
Package Functions | |
| PartitionedStream (int partitionCount, IComparer< TKey > keyComparer, OrdinalIndexState indexState) | |
Properties | |
| QueryOperatorEnumerator< TElement, TKey > | this[int index] [get, set] |
| int | PartitionCount [get] |
| IComparer< TKey > | KeyComparer [get] |
| OrdinalIndexState | OrdinalIndexState [get] |
Private Attributes | |
| readonly IComparer< TKey > | _keyComparer |
| readonly OrdinalIndexState | _indexState |
Definition at line 5 of file PartitionedStream.cs.