RouteValueDictionary.IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator Method ()
For a description of this member, see GetEnumerator.
Assembly: System.Web (in System.Web.dll)
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object)) Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
Return Value
Type: System.Collections.Generic.IEnumerator(Of KeyValuePair(Of String, Object))A structure for reading data in the dictionary.
Implements
IEnumerable(Of T).GetEnumerator()This member is an explicit interface member implementation. It can be used only when the RouteValueDictionary instance is cast to an IEnumerable(Of T) interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: