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

◆ GetUInt16()

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

Definition at line 4201 of file Utf8JsonReader.cs.

4202 {
4203 if (!TryGetUInt16(out var value))
4204 {
4205 throw ThrowHelper.GetFormatException(NumericType.UInt16);
4206 }
4207 return value;
4208 }
bool TryGetUInt16(out ushort value)

References System.Text.Json.Dictionary, System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.Utf8JsonReader.TryGetUInt16(), and System.value.