RouteValueDictionary.IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator Method ()

 

For a description of this member, see GetEnumerator.

Namespace:   System.Web.Routing
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.

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
Return to top
Show: