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

◆ operator JsonNode() [7/16]

static implicit System.Text.Json.Nodes.JsonNode.operator JsonNode ( double value)
inlinestaticinherited

Definition at line 209 of file JsonNode.cs.

210 {
211 return JsonValue.Create(value);
212 }

References System.Text.Json.Nodes.JsonValue< TValue >.Create(), and System.value.