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:
Dictionary<String^, Object^>::Enumerator GetEnumerator()

Return Value

Type: System.Collections.Generic::Dictionary<String^, Object^>::Enumerator

A structure for reading data in the dictionary.

.NET Framework
Available since 3.5
Return to top
Show: