JPropertyKeyedCollection class JPropertyKeyedCollection : Collection<JToken> Documentation Code public JToken this[string key] { get; } public ICollection<string> Keys { get; } public ICollection<JToken> Values { get; } public JPropertyKeyedCollection() protected void ChangeItemKey(JToken item, string newKey) public bool Compare(JPropertyKeyedCollection other) public bool Contains(string key) public bool Remove(string key) public bool TryGetValue(string key, out JToken value)