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

◆ WriteString() [22/28]

void System.Text.Json.Utf8JsonWriter.WriteString ( string propertyName,
DateTime value )
inline

Definition at line 849 of file Utf8JsonWriter.cs.

850 {
851 WriteString((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), value);
852 }
void WriteString(JsonEncodedText propertyName, DateTime value)

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