Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

  • Declared in: RT.Util.Collections.ReadOnlyDictionary<TKey, TValue>
  • Implements: IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator()

Declaration

public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Summary

Gets an enumerator for the key/value pairs stored in this dictionary.