Condividi tramite


ModelBinderDictionary.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che può essere utilizzato per scorrere la raccolta.

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

Restituisce

Enumeratore che può essere usato per scorrere la raccolta.

Implementazioni

Si applica a