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

◆ GetInt64()

long System.Text.Json.Utf8JsonReader.GetInt64 ( )
inline

Definition at line 4181 of file Utf8JsonReader.cs.

4182 {
4183 if (!TryGetInt64(out var value))
4184 {
4185 throw ThrowHelper.GetFormatException(NumericType.Int64);
4186 }
4187 return value;
4188 }

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