RouteValueDictionary::IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator Method ()

 

For a description of this member, see GetEnumerator.

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

private:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator

Return Value

Type: System.Collections.Generic::IEnumerator<KeyValuePair<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<T> interface.

.NET Framework
Available since 3.5
Return to top
Show: