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

◆ WriteStartArray() [5/5]

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

Definition at line 388 of file Utf8JsonWriter.cs.

389 {
390 WriteStartArray((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan());
391 }

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