TempDataDictionary.GetEnumerator Method

Gets the enumerator.

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

abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>> 
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>> 

Implements

IEnumerable(T).GetEnumerator()
Show: