ModelStateDictionary.GetEnumerator Method ()

.NET Framework (current version)
 

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

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, ModelState))

Return Value

Type: System.Collections.Generic.IEnumerator(Of KeyValuePair(Of String, ModelState))

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

.NET Framework
Available since 4.5
Return to top
Show: