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

◆ operator JsonNode?() [9/17]

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

Definition at line 224 of file JsonNode.cs.

225 {
226 return JsonValue.Create(value);
227 }

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