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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.