|
Terraria v1.4.4.9
Terraria source code documentation
|
Protected Attributes | |
| QueryOperatorEnumerator< TElement, TKey >[] | _partitions |
Package Functions | |
| HashRepartitionStream (int partitionsCount, IComparer< TOrderKey > orderKeyComparer, IEqualityComparer< THashKey > hashKeyComparer, IEqualityComparer< TInputOutput > elementComparer) | |
| int | GetHashCode (TInputOutput element) |
| int | GetHashCode (THashKey key) |
Properties | |
| QueryOperatorEnumerator< TElement, TKey > | this[int index] [get, set] |
| int | PartitionCount [get] |
| IComparer< TKey > | KeyComparer [get] |
| OrdinalIndexState | OrdinalIndexState [get] |
Private Attributes | |
| readonly IEqualityComparer< THashKey > | _keyComparer |
| readonly IEqualityComparer< TInputOutput > | _elementComparer |
| readonly int | _distributionMod |
| readonly OrdinalIndexState | _indexState |
Definition at line 5 of file HashRepartitionStream.cs.