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

◆ GetUInt16()

ushort System.Text.Json.JsonElement.GetUInt16 ( )
inline

Definition at line 335 of file JsonElement.cs.

336 {
338 {
339 return value;
340 }
341 throw new FormatException();
342 }
bool TryGetUInt16(out ushort value)

References System.Text.Json.JsonElement.TryGetUInt16(), and System.value.