ImmutableSortedDictionary<TKey,TValue>.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

반환

ImmutableSortedDictionary<TKey,TValue>.Enumerator

사전에서 반복하는 데 사용할 수 있는 열거자입니다.

적용 대상