ModelStateDictionary.IEnumerable.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.IEnumeratorAn enumerator that can be used to iterate through the collection.
Implements
IEnumerable.GetEnumerator()This is an explicit interface member implementation. It can be used only when the ModelStateDictionary instance is cast to an IEnumerable interface.
.NET Framework
Available since 4.5
Available since 4.5
Show: