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

◆ operator short?()

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

Definition at line 407 of file JsonNode.cs.

408 {
409 return value?.GetValue<short>();
410 }

References System.value.