MemoryConfigurationProvider.GetEnumerator Yöntem

Tanım

Toplulukta yinelenen bir numaralandırıcı döndürür.

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string>> GetEnumerator ();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,string?>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, String))

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek bir numaralandırıcı.

Uygulamalar

Şunlara uygulanır