FilterLoggerSettings.IEnumerable<KeyValuePair<String,LogLevel>>.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który iteruje po kolekcji.

 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Logging::LogLevel>> ^ System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Extensions.Logging.LogLevel>>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Logging::LogLevel>>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Logging.LogLevel>> IEnumerable<KeyValuePair<string,LogLevel>>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Extensions.Logging.LogLevel>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Logging.LogLevel>>
override this.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,Microsoft.Extensions.Logging.LogLevel>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Logging.LogLevel>>
Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, LogLevel)) Implements IEnumerable(Of KeyValuePair(Of String, LogLevel)).GetEnumerator

Zwraca

Moduł wyliczający, który może służyć do iterowania po kolekcji.

Implementuje

Dotyczy