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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.