.NET Framework Class Library |
ParallelQuery..::.IEnumerable..::.GetEnumerator Method |
ParallelQuery Class See Also Send Feedback |
Returns an enumerator that iterates through the sequence.
Namespace:
System.Linq
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Function GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator |
C# |
---|
IEnumerator IEnumerable.GetEnumerator() |