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

◆ WriteCommentValue() [3/3]

void System.Text.Json.Utf8JsonWriter.WriteCommentValue ( string value)
inline

Definition at line 4238 of file Utf8JsonWriter.cs.

4239 {
4240 WriteCommentValue((value ?? throw new ArgumentNullException("value")).AsSpan());
4241 }

References System.value, and System.Text.Json.Utf8JsonWriter.WriteCommentValue().

Referenced by System.Text.Json.Utf8JsonWriter.WriteCommentValue().