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

戻り値

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

適用対象