ModelBinderDictionary.GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that can be used to iterate through the collection.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections.Generic.IEnumerator(Of KeyValuePair(Of Type, IModelBinder))An enumerator that can be used to iterate through the collection.
Implements
IEnumerable(Of T).GetEnumerator()
.NET Framework
Available since 4.5
Available since 4.5
Show: