TempDataDictionary.GetEnumerator Method

Gets the enumerator.

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

public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Implements

IEnumerable<T>.GetEnumerator()
Show: