FilterLoggerSettings.IEnumerable<KeyValuePair<String,LogLevel>>.GetEnumerator Método
Definição
Retorna um enumerador que itera pela coleção.Returns an enumerator that iterates through the collection.
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
Retornos
Um enumerador que pode ser usado para iterar pela coleção.An enumerator that can be used to iterate through the collection.