Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.RangeEnumerable.RangeEnumerator Class Referencesealed

Public Member Functions

void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Package Functions

 RangeEnumerator (int from, int count, int initialIndex)
 
override bool MoveNext (ref int currentElement, ref int currentKey)
 
override void Reset ()
 
bool MoveNext ([MaybeNullWhen(false)][AllowNull] ref TElement currentElement,[AllowNull] ref TKey currentKey)
 
IEnumerator< TElement > AsClassicEnumerator ()
 

Private Attributes

readonly int _from
 
readonly int _count
 
readonly int _initialIndex
 
Shared< int > _currentCount
 

Detailed Description

Definition at line 7 of file RangeEnumerable.cs.


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