Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.PartitionerQueryOperator< TElement >.PartitionerEnumerator Class Referencesealed

Public Member Functions

void Dispose ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Package Functions

 PartitionerEnumerator (IEnumerator< TElement > sourceEnumerator)
 
override bool MoveNext ([MaybeNullWhen(false)][AllowNull] ref TElement 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 IEnumerator< TElement > _sourceEnumerator
 

Detailed Description

Definition at line 101 of file PartitionerQueryOperator.cs.


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