_list | Newtonsoft.Json.Serialization.JsonPropertyCollection | private |
_type | Newtonsoft.Json.Serialization.JsonPropertyCollection | private |
AddKey(TKey key, TItem item) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprivate |
AddProperty(JsonProperty property) | Newtonsoft.Json.Serialization.JsonPropertyCollection | inline |
ClearItems() | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprotected |
comparer | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | private |
Contains(TKey key) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inline |
CreateDictionary() | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprivate |
dict | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | private |
Dictionary | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | protected |
GetClosestMatchProperty(string propertyName) | Newtonsoft.Json.Serialization.JsonPropertyCollection | inline |
GetKeyForItem(JsonProperty item) | Newtonsoft.Json.Serialization.JsonPropertyCollection | inlineprotected |
KeyedCollection< string, JsonProperty >.GetKeyForItem(TItem item) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | protected |
GetProperty(string propertyName, StringComparison comparisonType) | Newtonsoft.Json.Serialization.JsonPropertyCollection | inline |
InsertItem(int index, TItem item) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprotected |
Items | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | private |
JsonPropertyCollection(Type type) | Newtonsoft.Json.Serialization.JsonPropertyCollection | inline |
keyCount | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | private |
KeyedCollection() | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprotected |
KeyedCollection(global::System.Collections.Generic.IEqualityComparer< TKey > comparer) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprotected |
KeyedCollection(global::System.Collections.Generic.IEqualityComparer< TKey > comparer, int dictionaryCreationThreshold) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprotected |
RemoveItem(int index) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprotected |
RemoveKey(TKey key) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprivate |
SetItem(int index, TItem item) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inlineprotected |
this[TKey key] | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | |
threshold | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | private |
TryGetValue(string key, out JsonProperty item) | Newtonsoft.Json.Serialization.JsonPropertyCollection | inlineprivate |
KeyedCollection< string, JsonProperty >.TryGetValue(TKey key, out TItem item) | System.Collections.ObjectModel.KeyedCollection< string, JsonProperty > | inline |