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

◆ WriteString() [24/28]

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

Definition at line 1967 of file Utf8JsonWriter.cs.

1968 {
1969 WriteString((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), value);
1970 }
void WriteString(JsonEncodedText propertyName, DateTime value)

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