Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.JsonPropertyDictionary< T > Member List

This is the complete list of members for System.Text.Json.JsonPropertyDictionary< T >, including all inherited members.

_keyCollectionSystem.Text.Json.JsonPropertyDictionary< T >private
_propertyDictionarySystem.Text.Json.JsonPropertyDictionary< T >private
_propertyListSystem.Text.Json.JsonPropertyDictionary< T >private
_stringComparerSystem.Text.Json.JsonPropertyDictionary< T >private
_valueCollectionSystem.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
CountSystem.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
IsReadOnlySystem.Text.Json.JsonPropertyDictionary< T >
JsonPropertyDictionary(bool caseInsensitive)System.Text.Json.JsonPropertyDictionary< T >inline
JsonPropertyDictionary(bool caseInsensitive, int capacity)System.Text.Json.JsonPropertyDictionary< T >inline
KeysSystem.Text.Json.JsonPropertyDictionary< T >
ListSystem.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
ValuesSystem.Text.Json.JsonPropertyDictionary< T >