Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.Nodes.JsonValueTrimmable< TValue > Member List

This is the complete list of members for System.Text.Json.Nodes.JsonValueTrimmable< TValue >, including all inherited members.

_converterSystem.Text.Json.Nodes.JsonValueTrimmable< TValue >private
_jsonTypeInfoSystem.Text.Json.Nodes.JsonValueTrimmable< TValue >private
_optionsSystem.Text.Json.Nodes.JsonNodeprivate
_parentSystem.Text.Json.Nodes.JsonNodeprivate
_valueSystem.Text.Json.Nodes.JsonValue< TValue >
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
ConvertJsonElement< TypeToConvert >()System.Text.Json.Nodes.JsonValue< TValue >inlinepackage
Create(bool value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(bool? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(byte value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(byte? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(char value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(char? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(DateTime value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(DateTime? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(DateTimeOffset value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(DateTimeOffset? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(decimal value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(decimal? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(double value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(double? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(Guid value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(Guid? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(short value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(short? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(int value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(int? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(long value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(long? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(sbyte value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(sbyte? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(float value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(float? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(string? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(ushort value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(ushort? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(uint value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(uint? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(ulong value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(ulong? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(JsonElement value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create(JsonElement? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create< T >(T? value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
Create< T >(T? value, JsonTypeInfo< T > jsonTypeInfo, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlinestatic
CreateUnreferencedCodeMessageSystem.Text.Json.Nodes.JsonValue< TValue >packagestatic
GetPath(List< string > path, JsonNode child)System.Text.Json.Nodes.JsonValue< TValue >inlinepackage
System::Text::Json::Nodes::JsonNode.GetPath()System.Text.Json.Nodes.JsonNodeinline
GetValue< T >()System.Text.Json.Nodes.JsonValue< TValue >inlinevirtual
JsonNode(JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonNodeinlinepackage
JsonValue(JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inlineprotected
JsonValue(TValue value, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValue< TValue >inline
JsonValueTrimmable(TValue value, JsonTypeInfo< TValue > jsonTypeInfo, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValueTrimmable< TValue >inline
JsonValueTrimmable(TValue value, JsonConverter< TValue > converter, JsonNodeOptions? options=null)System.Text.Json.Nodes.JsonValueTrimmable< TValue >inline
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
RootSystem.Text.Json.Nodes.JsonNode
this[int index]System.Text.Json.Nodes.JsonNode
this[string propertyName]System.Text.Json.Nodes.JsonNode
ToJsonString(JsonSerializerOptions? options=null)System.Text.Json.Nodes.JsonNodeinline
ToString()System.Text.Json.Nodes.JsonNodeinline
TryConvertJsonElement< TypeToConvert >([NotNullWhen(true)] out TypeToConvert result)System.Text.Json.Nodes.JsonValue< TValue >inlinepackage
TryGetValue< T >([NotNullWhen(true)] out T? value)System.Text.Json.Nodes.JsonValue< TValue >
TryGetValue< T >([NotNullWhen(true)] out T value)System.Text.Json.Nodes.JsonValue< TValue >inline
ValueSystem.Text.Json.Nodes.JsonValue< TValue >
VerifyJsonElementIsNotArrayOrObject(ref JsonElement element)System.Text.Json.Nodes.JsonValue< TValue >inlineprivatestatic
WriteTo(Utf8JsonWriter writer, JsonSerializerOptions options=null)System.Text.Json.Nodes.JsonValueTrimmable< TValue >inline
System::Text::Json::Nodes::JsonValue.WriteTo(Utf8JsonWriter writer, JsonSerializerOptions? options=null)System.Text.Json.Nodes.JsonNode