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

◆ GetUInt64()

ulong System.Text.Json.JsonElement.GetUInt64 ( )
inline

Definition at line 399 of file JsonElement.cs.

400 {
402 {
403 return value;
404 }
405 throw ThrowHelper.GetFormatException();
406 }
bool TryGetUInt64(out ulong value)

References System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.JsonElement.TryGetUInt64(), and System.value.