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

◆ WritePropertyName() [13/15]

void System.Text.Json.Utf8JsonWriter.WritePropertyName ( string propertyName)
inline

Definition at line 2913 of file Utf8JsonWriter.cs.

2914 {
2915 WritePropertyName((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan());
2916 }
void WritePropertyName(DateTime value)

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