RouteValueDictionary::IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator Method ()
For a description of this member, see GetEnumerator.
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.
Implements
IEnumerable<T>::GetEnumerator()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
Available since 3.5
Show: