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

◆ WriteStartObject() [5/5]

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

Definition at line 393 of file Utf8JsonWriter.cs.

394 {
395 WriteStartObject((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan());
396 }

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