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

◆ WriteTo()

void System.Text.Json.JsonDocument.WriteTo ( Utf8JsonWriter writer)
inline

Definition at line 344 of file JsonDocument.cs.

345 {
346 if (writer == null)
347 {
348 throw new ArgumentNullException("writer");
349 }
351 }
void WriteTo(Utf8JsonWriter writer)

References System.Text.Json.JsonDocument.RootElement, System.writer, and System.Text.Json.JsonElement.WriteTo().