Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
JsonObject()
[2/3]
System.Text.Json.Nodes.JsonObject.JsonObject
(
IEnumerable
<
KeyValuePair
<
string
,
JsonNode
?> >
properties
,
JsonNodeOptions
?
options
=
null
)
inline
Definition at line
116
of file
JsonObject.cs
.
117
{
118
foreach
(
KeyValuePair<string, JsonNode>
property
in
properties)
119
{
120
Add
(
property
.Key,
property
.Value);
121
}
122
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ConsoleKey.Add
@ Add
References
System.Add
.
System
Text
Json
Nodes
JsonObject
Generated by
1.10.0