ImmutableDictionary<TKey,TValue>.GetEnumerator 메서드

정의

변경할 수 없는 사전에서 반복되는 열거자를 반환합니다.

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

반환

ImmutableDictionary<TKey,TValue>.Enumerator

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

적용 대상