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

◆ operator JsonNode?() [17/17]

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

Definition at line 293 of file JsonNode.cs.

294 {
295 return JsonValue.Create(value);
296 }

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