ValueProviderDictionary.GetEnumerator Method

Definition

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

public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,System.Web.Mvc.ValueProviderResult>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ValueProviderResult>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ValueProviderResult>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, ValueProviderResult))

Returns

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

Implements

Applies to