_keyCollection | System.Text.Json.JsonPropertyDictionary< T > | private |
_propertyDictionary | System.Text.Json.JsonPropertyDictionary< T > | private |
_propertyList | System.Text.Json.JsonPropertyDictionary< T > | private |
_stringComparer | System.Text.Json.JsonPropertyDictionary< T > | private |
_valueCollection | System.Text.Json.JsonPropertyDictionary< T > | private |
Add(string propertyName, T value) | System.Text.Json.JsonPropertyDictionary< T > | inline |
Add(KeyValuePair< string, T > property) | System.Text.Json.JsonPropertyDictionary< T > | inline |
AddValue(string propertyName, T value) | System.Text.Json.JsonPropertyDictionary< T > | inlineprivate |
Clear() | System.Text.Json.JsonPropertyDictionary< T > | inline |
Contains(KeyValuePair< string, T > item) | System.Text.Json.JsonPropertyDictionary< T > | inline |
ContainsKey(string propertyName) | System.Text.Json.JsonPropertyDictionary< T > | inline |
ContainsProperty(string propertyName) | System.Text.Json.JsonPropertyDictionary< T > | inlineprivate |
ContainsValue(T value) | System.Text.Json.JsonPropertyDictionary< T > | inlineprivate |
CopyTo(KeyValuePair< string, T >[] array, int index) | System.Text.Json.JsonPropertyDictionary< T > | inline |
Count | System.Text.Json.JsonPropertyDictionary< T > | |
CreateDictionaryIfThresholdMet() | System.Text.Json.JsonPropertyDictionary< T > | inlineprivate |
FindValue(T value) | System.Text.Json.JsonPropertyDictionary< T > | inline |
FindValueIndex(string propertyName) | System.Text.Json.JsonPropertyDictionary< T > | inlineprivate |
GetEnumerator() | System.Text.Json.JsonPropertyDictionary< T > | inline |
GetKeyCollection() | System.Text.Json.JsonPropertyDictionary< T > | inline |
GetValueCollection() | System.Text.Json.JsonPropertyDictionary< T > | inline |
IsReadOnly | System.Text.Json.JsonPropertyDictionary< T > | |
JsonPropertyDictionary(bool caseInsensitive) | System.Text.Json.JsonPropertyDictionary< T > | inline |
JsonPropertyDictionary(bool caseInsensitive, int capacity) | System.Text.Json.JsonPropertyDictionary< T > | inline |
Keys | System.Text.Json.JsonPropertyDictionary< T > | |
List | System.Text.Json.JsonPropertyDictionary< T > | |
SetValue(string propertyName, T value, Action assignParent=null) | System.Text.Json.JsonPropertyDictionary< T > | inline |
this[string propertyName] | System.Text.Json.JsonPropertyDictionary< T > | |
TryAdd(string propertyName, T value) | System.Text.Json.JsonPropertyDictionary< T > | inline |
TryAddValue(string propertyName, T value) | System.Text.Json.JsonPropertyDictionary< T > | inlineprivate |
TryGetPropertyValue(string propertyName, out T value) | System.Text.Json.JsonPropertyDictionary< T > | inline |
TryGetValue(string propertyName, out T value) | System.Text.Json.JsonPropertyDictionary< T > | inline |
TryRemoveProperty(string propertyName, out T existing) | System.Text.Json.JsonPropertyDictionary< T > | inline |
Values | System.Text.Json.JsonPropertyDictionary< T > | |