TempDataDictionary.GetEnumerator Method
Gets the enumerator.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object)) 'Usage Dim instance As TempDataDictionary Dim returnValue As IEnumerator(Of KeyValuePair(Of String, Object)) returnValue = instance.GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator(Of KeyValuePair(Of String, Object))The enumerator.
Implements
IEnumerable(Of T).GetEnumerator
Show: