RouteValueDictionary.GetEnumerator Method ()

 

Returns an enumerator that you can use to iterate through the dictionary.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

Public Function GetEnumerator As Dictionary(Of String, Object).Enumerator

Return Value

Type: System.Collections.Generic.Dictionary(Of String, Object).Enumerator

A structure for reading data in the dictionary.

.NET Framework
Available since 3.5
Return to top
Show: