Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string propertyName]
JsonNode
? System.Text.Json.Nodes.JsonNode.this[
string
propertyName
]
get
set
inherited
Definition at line
66
of file
JsonNode.cs
.
67
{
68
get
69
{
70
return
AsObject
().
GetItem
(
propertyName
);
71
}
72
set
73
{
74
AsObject
().
SetItem
(
propertyName
,
value
);
75
}
76
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Text.Json.Nodes.JsonNode.AsObject
JsonObject AsObject()
Definition
JsonNode.cs:92
System.Text.Json.Nodes.JsonObject.GetItem
JsonNode GetItem(string propertyName)
Definition
JsonObject.cs:176
System.Text.Json.Nodes.JsonObject.SetItem
void SetItem(string propertyName, JsonNode value)
Definition
JsonObject.cs:206
System.ExceptionArgument.value
@ value
System
Text
Json
Nodes
JsonValueTrimmable
Generated by
1.10.0