Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.PartitionedDataSource< T >.ArrayIndexRangeEnumerator Class Referencesealed

Classes

class  Mutables
 

Public Member Functions

void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Package Functions

 ArrayIndexRangeEnumerator (T[] data, int partitionCount, int partitionIndex, int maxChunkSize)
 
override bool MoveNext ([MaybeNullWhen(false)][AllowNull] ref T currentElement, ref int currentKey)
 
bool MoveNext ([MaybeNullWhen(false)][AllowNull] ref TElement currentElement,[AllowNull] ref TKey currentKey)
 
virtual void Reset ()
 
IEnumerator< TElement > AsClassicEnumerator ()
 

Private Member Functions

bool MoveNextSlowPath ()
 

Private Attributes

readonly T[] _data
 
readonly int _elementCount
 
readonly int _partitionCount
 
readonly int _partitionIndex
 
readonly int _maxChunkSize
 
readonly int _sectionCount
 
Mutables _mutables
 

Detailed Description

Definition at line 9 of file PartitionedDataSource.cs.


The documentation for this class was generated from the following file: