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

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

_idxSystem.Text.Json.JsonElementprivate
_parentSystem.Text.Json.JsonElementprivate
CheckValidInstance()System.Text.Json.JsonElementinlineprivate
Clone()System.Text.Json.JsonElementinline
DebuggerDisplaySystem.Text.Json.JsonElementprivate
EnumerateArray()System.Text.Json.JsonElementinline
EnumerateObject()System.Text.Json.JsonElementinline
GetArrayLength()System.Text.Json.JsonElementinline
GetBoolean()System.Text.Json.JsonElementinline
GetByte()System.Text.Json.JsonElementinline
GetBytesFromBase64()System.Text.Json.JsonElementinline
GetDateTime()System.Text.Json.JsonElementinline
GetDateTimeOffset()System.Text.Json.JsonElementinline
GetDecimal()System.Text.Json.JsonElementinline
GetDouble()System.Text.Json.JsonElementinline
GetGuid()System.Text.Json.JsonElementinline
GetInt16()System.Text.Json.JsonElementinline
GetInt32()System.Text.Json.JsonElementinline
GetInt64()System.Text.Json.JsonElementinline
GetProperty(string propertyName)System.Text.Json.JsonElementinline
GetProperty(ReadOnlySpan< char > propertyName)System.Text.Json.JsonElementinline
GetProperty(ReadOnlySpan< byte > utf8PropertyName)System.Text.Json.JsonElementinline
GetPropertyName()System.Text.Json.JsonElementinlinepackage
GetPropertyRawText()System.Text.Json.JsonElementinlinepackage
GetRawText()System.Text.Json.JsonElementinline
GetRawValue()System.Text.Json.JsonElementinlinepackage
GetSByte()System.Text.Json.JsonElementinline
GetSingle()System.Text.Json.JsonElementinline
GetString()System.Text.Json.JsonElementinline
GetUInt16()System.Text.Json.JsonElementinline
GetUInt32()System.Text.Json.JsonElementinline
GetUInt64()System.Text.Json.JsonElementinline
JsonElement(JsonDocument parent, int idx)System.Text.Json.JsonElementinlinepackage
ParseValue(ref Utf8JsonReader reader)System.Text.Json.JsonElementinlinestatic
ParseValue(Stream utf8Json, JsonDocumentOptions options)System.Text.Json.JsonElementinlinepackagestatic
ParseValue(ReadOnlySpan< byte > utf8Json, JsonDocumentOptions options)System.Text.Json.JsonElementinlinepackagestatic
ParseValue(string json, JsonDocumentOptions options)System.Text.Json.JsonElementinlinepackagestatic
TextEqualsHelper(ReadOnlySpan< byte > utf8Text, bool isPropertyName, bool shouldUnescape)System.Text.Json.JsonElementinlinepackage
TextEqualsHelper(ReadOnlySpan< char > text, bool isPropertyName)System.Text.Json.JsonElementinlinepackage
this[int index]System.Text.Json.JsonElement
TokenTypeSystem.Text.Json.JsonElementprivate
ToString()System.Text.Json.JsonElementinline
TryGetByte(out byte value)System.Text.Json.JsonElementinline
TryGetBytesFromBase64([NotNullWhen(true)] out byte[]? value)System.Text.Json.JsonElementinline
TryGetDateTime(out DateTime value)System.Text.Json.JsonElementinline
TryGetDateTimeOffset(out DateTimeOffset value)System.Text.Json.JsonElementinline
TryGetDecimal(out decimal value)System.Text.Json.JsonElementinline
TryGetDouble(out double value)System.Text.Json.JsonElementinline
TryGetGuid(out Guid value)System.Text.Json.JsonElementinline
TryGetInt16(out short value)System.Text.Json.JsonElementinline
TryGetInt32(out int value)System.Text.Json.JsonElementinline
TryGetInt64(out long value)System.Text.Json.JsonElementinline
TryGetProperty(string propertyName, out JsonElement value)System.Text.Json.JsonElementinline
TryGetProperty(ReadOnlySpan< char > propertyName, out JsonElement value)System.Text.Json.JsonElementinline
TryGetProperty(ReadOnlySpan< byte > utf8PropertyName, out JsonElement value)System.Text.Json.JsonElementinline
TryGetSByte(out sbyte value)System.Text.Json.JsonElementinline
TryGetSingle(out float value)System.Text.Json.JsonElementinline
TryGetUInt16(out ushort value)System.Text.Json.JsonElementinline
TryGetUInt32(out uint value)System.Text.Json.JsonElementinline
TryGetUInt64(out ulong value)System.Text.Json.JsonElementinline
TryParseValue(ref Utf8JsonReader reader, [NotNullWhen(true)] out JsonElement? element)System.Text.Json.JsonElementinlinestatic
ValueEquals(string? text)System.Text.Json.JsonElementinline
ValueEquals(ReadOnlySpan< byte > utf8Text)System.Text.Json.JsonElementinline
ValueEquals(ReadOnlySpan< char > text)System.Text.Json.JsonElementinline
ValueKindSystem.Text.Json.JsonElement
WriteTo(Utf8JsonWriter writer)System.Text.Json.JsonElementinline