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

◆ s_singleLineCommentDelimiter

readonly char [] System.Text.Json.Utf8JsonWriter.s_singleLineCommentDelimiter = new char[2] { '*', '/' }
staticprivate

Definition at line 35 of file Utf8JsonWriter.cs.

35{ '*', '/' };

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