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

◆ operator JsonNode() [9/16]

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

Definition at line 219 of file JsonNode.cs.

220 {
221 return JsonValue.Create(value);
222 }

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