ModelStateDictionary.IEnumerable.GetEnumerator Method ()

.NET Framework (current version)
 

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

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

Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator

Return Value

Type: System.Collections.IEnumerator

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

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
Return to top
Show: