TempDataDictionary.GetEnumerator Method

Visual Studio 2010

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))

Return Value

Type: System.Collections.Generic.IEnumerator(Of KeyValuePair(Of String, Object))
The enumerator.

Implements

IEnumerable(Of T).GetEnumerator

Community Additions

ADD
Show: