Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonCommentHandling.cs
Go to the documentation of this file.
1
namespace
System.Text.Json
;
2
3
public
enum
JsonCommentHandling
:
byte
4
{
5
Disallow
,
6
Skip
,
7
Allow
8
}
System.Text.Json.JsonCommentHandling
JsonCommentHandling
Definition
JsonCommentHandling.cs:4
System.Text.Json.JsonCommentHandling.Disallow
@ Disallow
System.Text.Json.JsonCommentHandling.Allow
@ Allow
System.Text.Json.JsonCommentHandling.Skip
@ Skip
System.Text.Json
Definition
JsonArray.cs:7
source
System.Text.Json
System.Text.Json
JsonCommentHandling.cs
Generated by
1.10.0