Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator int?()
static System.Text.Json.Nodes.JsonNode.operator int?
(
JsonNode
?
value
)
inline
explicit
static
inherited
Definition at line
417
of file
JsonNode.cs
.
418
{
419
return
value
?.GetValue<
int
>();
420
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Text
Json
Nodes
JsonValueTrimmable
Generated by
1.10.0