Modifier

ModelBinderDictionary.GetEnumerator Method

Definition

Returns an enumerator that can be used to iterate through the collection.

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))

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to