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

◆ operator bool?()

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

Definition at line 327 of file JsonNode.cs.

328 {
329 return value?.GetValue<bool>();
330 }

References System.value.