OrderedParallelQuery<TSource>::GetEnumerator Method ()

.NET Framework (current version)
 

Returns an enumerator that iterates through the sequence.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

public:
virtual IEnumerator<TSource>^ GetEnumerator() override

Return Value

Type: System.Collections.Generic::IEnumerator<TSource>^

An enumerator that iterates through the sequence.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: