public ImmutableSortedTreeDictionary <TKey, TValue> .KeyCollection.Enumerator GetEnumerator()
 => new ImmutableSortedTreeDictionary <TKey, TValue> .KeyCollection.Enumerator(_dictionary.GetEnumerator());
Пример #2
0
 public Enumerator GetEnumerator() => new Enumerator(_dictionary.GetEnumerator());