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

戻り値

ディクショナリの反復処理に使用できる列挙子。

適用対象