AutodiscoverResponseCollection<TResponse>.GetEnumerator メソッド

定義

コレクション内のオブジェクトを反復処理できる列挙子を返します。

public:
 virtual System::Collections::Generic::IEnumerator<TResponse> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TResponse> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of TResponse)

戻り値

IEnumerator<TResponse>

コレクションの繰り返しに使用できる列挙子。

実装

適用対象