Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonSourceGenerationOptionsAttribute.cs
Go to the documentation of this file.
2
3[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
5{
7
8 public bool IgnoreReadOnlyFields { get; set; }
9
10 public bool IgnoreReadOnlyProperties { get; set; }
11
12 public bool IncludeFields { get; set; }
13
15
16 public bool WriteIndented { get; set; }
17
19}