OrderedParallelQuery<TSource>.GetEnumerator 方法

定義

回傳一個列舉器,會遍歷序列。

public:
 override System::Collections::Generic::IEnumerator<TSource> ^ GetEnumerator();
public override System.Collections.Generic.IEnumerator<TSource> GetEnumerator();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Source>
Public Overrides Function GetEnumerator () As IEnumerator(Of TSource)

傳回

IEnumerator<TSource>

一個會遍歷序列的列舉器。

適用於

另請參閱