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

◆ WriteString() [25/28]

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

Definition at line 3161 of file Utf8JsonWriter.cs.

3162 {
3163 WriteString((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), value);
3164 }
void WriteString(JsonEncodedText propertyName, DateTime value)

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