TempDataDictionary.GetEnumerator Method
Visual Studio 2010
Gets the enumerator.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
Return Value
Type: System.Collections.Generic.IEnumerator(Of KeyValuePair(Of String, Object))The enumerator.
Implements
IEnumerable(Of T).GetEnumeratorCommunity Additions
ADD
Show: