RouteValueDictionary.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumerator that you can use to iterate through the dictionary.
public:
System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::Enumerator GetEnumerator();
public System.Collections.Generic.Dictionary<string,object>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Generic.Dictionary<string, obj>.Enumerator
Public Function GetEnumerator () As Dictionary(Of String, Object).Enumerator
Returns
System.Collections.Generic.Dictionary<System.String,System.Object>.Enumerator
A structure for reading data in the dictionary.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.