TempDataDictionary.GetEnumerator Method

Gets the enumerator.

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

public final function GetEnumerator() : IEnumerator<KeyValuePair<String, Object>>

Implements

IEnumerable(T).GetEnumerator()
Show: