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

Public Member Functions

void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Package Functions

 ArrayContiguousIndexRangeEnumerator (T[] data, int partitionCount, int partitionIndex)
 
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 Attributes

readonly T[] _data
 
readonly int _startIndex
 
readonly int _maximumIndex
 
Shared< int > _currentIndex
 

Detailed Description

Definition at line 104 of file PartitionedDataSource.cs.


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