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

◆ WriteNumberValue() [7/8]

void System.Text.Json.Utf8JsonWriter.WriteNumberValue ( uint value)
inline

Definition at line 5396 of file Utf8JsonWriter.cs.

5397 {
5398 WriteNumberValue((ulong)value);
5399 }
void WriteNumberValue(decimal value)

References System.value, and System.Text.Json.Utf8JsonWriter.WriteNumberValue().