The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableDictionary<TKey, TValue>::IEnumerable<KeyValuePair<TKey, TValue>>::GetEnumerator Method ()
Namespace:
System.Collections.Immutable
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: virtual IEnumerator<KeyValuePair<TKey, TValue>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<TKey, TValue>>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<KeyValuePair<TKey, TValue>>^Implements
IEnumerable<T>::GetEnumerator()
Show: