다음을 통해 공유


FrozenDictionary<TKey,TValue>.GetEnumerator 메서드

정의

사전 전체를 반복하는 열거자를 반환합니다.

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

반환

사전을 반복하는 열거자입니다.

적용 대상