Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerator<KeyValuePair<string, JsonValue>> GetEnumerator()

  • Declared in: RT.Json.JsonDict
  • Implements: IEnumerable<KeyValuePair<string, JsonValue>>.GetEnumerator()

Declaration

public IEnumerator<KeyValuePair<string, JsonValue>> GetEnumerator()

Summary

Enumerates the key/value pairs in this dictionary.