Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.Nodes.JsonObject Member List

This is the complete list of members for System.Text.Json.Nodes.JsonObject, including all inherited members.

_dictionarySystem.Text.Json.Nodes.JsonObjectprivate
_jsonElementSystem.Text.Json.Nodes.JsonObjectprivate
_optionsSystem.Text.Json.Nodes.JsonNodeprivate
_parentSystem.Text.Json.Nodes.JsonNodeprivate
Add(string propertyName, JsonNode? value)System.Text.Json.Nodes.JsonObjectinline
Add(KeyValuePair< string, JsonNode?> property)System.Text.Json.Nodes.JsonObjectinline
IDictionary< string, JsonNode?>.Add(TKey key, TValue value)System.Collections.Generic.IDictionary< string, JsonNode?>
ICollection< KeyValuePair< string, JsonNode?> >.Add(T item)System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> >
AsArray()System.Text.Json.Nodes.JsonNodeinline
AsObject()System.Text.Json.Nodes.JsonNodeinline
AssignParent(JsonNode parent)System.Text.Json.Nodes.JsonNodeinlinepackage
AsValue()System.Text.Json.Nodes.JsonNodeinline
Clear()System.Text.Json.Nodes.JsonObjectinline
Contains(KeyValuePair< string, JsonNode > item)System.Text.Json.Nodes.JsonObjectinlineprivate
ICollection< KeyValuePair< string, JsonNode?> >.Contains(T item)System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> >
ContainsKey(string propertyName)System.Text.Json.Nodes.JsonObjectinline
IDictionary< string, JsonNode?>.ContainsKey(TKey key)System.Collections.Generic.IDictionary< string, JsonNode?>
CopyTo(KeyValuePair< string, JsonNode >[] array, int index)System.Text.Json.Nodes.JsonObjectinlineprivate
ICollection< KeyValuePair< string, JsonNode?> >.CopyTo(T[] array, int arrayIndex)System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> >
CountSystem.Text.Json.Nodes.JsonObject
Create(JsonElement element, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonObjectinlinestatic
DetachParent(JsonNode item)System.Text.Json.Nodes.JsonObjectinlineprivate
GetEnumerator()System.Text.Json.Nodes.JsonObjectinline
GetEnumerator()System.Text.Json.Nodes.JsonObjectinlineprivate
GetItem(string propertyName)System.Text.Json.Nodes.JsonObjectinlinepackage
GetPath(List< string > path, JsonNode child)System.Text.Json.Nodes.JsonObjectinlinepackage
System::Text::Json::Nodes::JsonNode.GetPath()System.Text.Json.Nodes.JsonNodeinline
GetValue< T >()System.Text.Json.Nodes.JsonNodeinlinevirtual
InitializeIfRequired()System.Text.Json.Nodes.JsonObjectinlineprivate
IsReadOnlySystem.Text.Json.Nodes.JsonObjectprivate
JsonNode(JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonNodeinlinepackage
JsonObject(JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonObjectinline
JsonObject(IEnumerable< KeyValuePair< string, JsonNode?> > properties, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonObjectinline
JsonObject(JsonElement element, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonObjectinlinepackage
KeysSystem.Text.Json.Nodes.JsonObjectprivate
operator bool(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator bool?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator byte(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator byte?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator char(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator char?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator DateTime(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator DateTime?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator DateTimeOffset(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator DateTimeOffset?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator decimal(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator decimal?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator double(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator double?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator float(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator float?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator Guid(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator Guid?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator int(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator int?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator JsonNode(bool value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(byte value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(char value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(DateTime value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(DateTimeOffset value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(decimal value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(double value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(Guid value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(short value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(int value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(long value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(sbyte value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(float value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(ushort value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(uint value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode(ulong value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(bool? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(byte? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(char? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(DateTime? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(DateTimeOffset? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(decimal? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(double? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(Guid? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(short? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(int? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(long? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(sbyte? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(float? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(string? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(ushort? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(uint? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator JsonNode?(ulong? value)System.Text.Json.Nodes.JsonNodeinlinestatic
operator long(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator long?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator sbyte(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator sbyte?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator short(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator short?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator string?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator uint(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator uint?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator ulong(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator ulong?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator ushort(JsonNode value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
operator ushort?(JsonNode? value)System.Text.Json.Nodes.JsonNodeinlineexplicitstatic
OptionsSystem.Text.Json.Nodes.JsonNode
ParentSystem.Text.Json.Nodes.JsonNode
Parse(ref Utf8JsonReader reader, JsonNodeOptions? nodeOptions=null)System.Text.Json.Nodes.JsonNodeinlinestatic
Parse(string json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions))System.Text.Json.Nodes.JsonNodeinlinestatic
Parse(ReadOnlySpan< byte > utf8Json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions))System.Text.Json.Nodes.JsonNodeinlinestatic
Parse(Stream utf8Json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions))System.Text.Json.Nodes.JsonNodeinlinestatic
Remove(string propertyName)System.Text.Json.Nodes.JsonObjectinline
Remove(KeyValuePair< string, JsonNode > item)System.Text.Json.Nodes.JsonObjectinlineprivate
IDictionary< string, JsonNode?>.Remove(TKey key)System.Collections.Generic.IDictionary< string, JsonNode?>
ICollection< KeyValuePair< string, JsonNode?> >.Remove(T item)System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> >
RootSystem.Text.Json.Nodes.JsonNode
SetItem(string propertyName, JsonNode value)System.Text.Json.Nodes.JsonObjectinlinepackage
this[int index]System.Text.Json.Nodes.JsonNode
this[string propertyName]System.Text.Json.Nodes.JsonNode
this[TKey key]System.Collections.Generic.IDictionary< string, JsonNode?>
ToJsonString(JsonSerializerOptions? options=null)System.Text.Json.Nodes.JsonNodeinline
ToString()System.Text.Json.Nodes.JsonNodeinline
TryGetPropertyValue(string propertyName, out JsonNode? jsonNode)System.Text.Json.Nodes.JsonObjectinline
TryGetValue(string propertyName, out JsonNode jsonNode)System.Text.Json.Nodes.JsonObjectinlineprivate
IDictionary< string, JsonNode?>.TryGetValue(TKey key,[MaybeNullWhen(false)] out TValue value)System.Collections.Generic.IDictionary< string, JsonNode?>
ValuesSystem.Text.Json.Nodes.JsonObjectprivate
WriteTo(Utf8JsonWriter writer, JsonSerializerOptions? options=null)System.Text.Json.Nodes.JsonObjectinline