ModelStateDictionary.IEnumerable.GetEnumerator Method

Definition

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

System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Returns

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

Implements

Applies to