ModelBinderDictionary.GetEnumerator メソッド

定義

コレクションを反復処理するために使用できる列挙子を返します。

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<Type ^, System::Web::ModelBinding::IModelBinder ^>> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Type,System.Web.ModelBinding.IModelBinder>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of Type, IModelBinder))

戻り値

コレクションの反復処理に使用できる列挙子。

実装

適用対象