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

◆ GetGuid()

Guid System.Text.Json.Utf8JsonReader.GetGuid ( )
inline

Definition at line 4381 of file Utf8JsonReader.cs.

4382 {
4383 if (!TryGetGuid(out var value))
4384 {
4385 throw ThrowHelper.GetFormatException(DataType.Guid);
4386 }
4387 return value;
4388 }

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