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

◆ WriteNumber() [25/28]

void System.Text.Json.Utf8JsonWriter.WriteNumber ( string propertyName,
int value )
inline

Definition at line 2674 of file Utf8JsonWriter.cs.

2675 {
2676 WriteNumber((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), (long)value);
2677 }
void WriteNumber(JsonEncodedText propertyName, decimal value)

References System.Text.Json.Dictionary, System.value, and System.Text.Json.Utf8JsonWriter.WriteNumber().