OrderedParallelQuery<TSource>.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳一個列舉器,會遍歷序列。
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>
一個會遍歷序列的列舉器。