ImmutableSortedDictionary<TKey,TValue>.GetEnumerator Method
Definition
Returns an enumerator that iterates through the immutable sorted dictionary.
public:
System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue>::Enumerator 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
Returns
An enumerator that can be used to iterate through the dictionary.