Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ WriteNumber() [22/28]

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

Definition at line 1297 of file Utf8JsonWriter.cs.

1298 {
1299 WriteNumber((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), value);
1300 }
void WriteNumber(JsonEncodedText propertyName, decimal value)

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