Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Add< T >()

Definition at line 135 of file JsonArray.cs.

136 {
137 if (value == null)
138 {
139 Add(null);
140 return;
141 }
143 if (jsonNode == null)
144 {
146 }
147 Add(jsonNode);
148 }
JsonNode(JsonNodeOptions? options=null)
Definition JsonNode.cs:78

References System.Text.Json.Nodes.JsonNode.JsonNode(), System.Add, System.Text.Json.Dictionary, and System.value.