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

◆ operator byte()

static System.Text.Json.Nodes.JsonNode.operator byte ( JsonNode value)
inlineexplicitstaticinherited

Definition at line 332 of file JsonNode.cs.

333 {
334 return value.GetValue<byte>();
335 }

References System.value.