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

◆ WriteString() [26/28]

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

Definition at line 3265 of file Utf8JsonWriter.cs.

3266 {
3267 WriteString((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), utf8Value);
3268 }
void WriteString(JsonEncodedText propertyName, DateTime value)

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