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 337 of file JsonNode.cs.

338 {
339 return value?.GetValue<byte>();
340 }

References System.value.