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

◆ WriteBoolean() [4/4]

void System.Text.Json.Utf8JsonWriter.WriteBoolean ( string propertyName,
bool value )
inline

Definition at line 2409 of file Utf8JsonWriter.cs.

2410 {
2411 WriteBoolean((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), value);
2412 }
void WriteBoolean(JsonEncodedText propertyName, bool value)

References System.Text.Json.Dictionary, System.value, and System.Text.Json.Utf8JsonWriter.WriteBoolean().