Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ValidationType.cs
Go to the documentation of this file.
1namespace System.Xml;
2
3public enum ValidationType
4{
5 None,
6 [Obsolete("ValidationType.Auto has been deprecated. Use DTD or Schema instead.")]
7 Auto,
8 DTD,
9 [Obsolete("XDR Validation through XmlValidatingReader has been deprecated and is not supported.")]
10 XDR,
11 Schema
12}