Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DebuggerDisplay
string
System.Text.Json.JsonProperty.DebuggerDisplay
get
private
Definition at line
14
of file
JsonProperty.cs
.
15
{
16
get
17
{
18
if
(
Value
.
ValueKind
!= 0)
19
{
20
return
"\""
+
ToString
() +
"\""
;
21
}
22
return
"<Undefined>"
;
23
}
24
}
System.Text.Json.JsonElement.ValueKind
JsonValueKind ValueKind
Definition
JsonElement.cs:170
System.Text.Json.JsonProperty.Value
JsonElement Value
Definition
JsonProperty.cs:8
System.Text.Json.JsonProperty.ToString
override string ToString()
Definition
JsonProperty.cs:62
System
Text
Json
JsonProperty
Generated by
1.10.0