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

◆ WriteString() [27/28]

void System.Text.Json.Utf8JsonWriter.WriteString ( string propertyName,
ReadOnlySpan< char > value )
inline

Definition at line 3231 of file Utf8JsonWriter.cs.

3232 {
3233 WriteString((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), value);
3234 }
void WriteString(JsonEncodedText propertyName, DateTime value)

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