ImmutableSortedDictionary<TKey,TValue>.Builder.GetEnumerator Метод

Определение

Возвращает перечислитель, который выполняет перечисление элементов неизменяемого отсортированного словаря.

public:
 System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue>::Enumerator GetEnumerator();
public System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>.Enumerator
Public Function GetEnumerator () As ImmutableSortedDictionary(Of TKey, TValue).Enumerator

Возвращаемое значение

Перечислитель, который можно использовать для перечисления элементов словаря.

Применяется к