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

傳回

可用來逐一查看字典的列舉程式。

適用於