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

◆ GetUInt32()

uint System.Text.Json.JsonElement.GetUInt32 ( )
inline

Definition at line 367 of file JsonElement.cs.

368 {
370 {
371 return value;
372 }
373 throw ThrowHelper.GetFormatException();
374 }
bool TryGetUInt32(out uint value)

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