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>

シーケンスを反復処理する列挙子。

適用対象

こちらもご覧ください