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

◆ WriteNull() [4/4]

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

Definition at line 2372 of file Utf8JsonWriter.cs.

2373 {
2374 WriteNull((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan());
2375 }
void WriteNull(JsonEncodedText propertyName)

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