terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ValidationType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x0200002E RID: 46
6 public enum ValidationType
7 {
8 // Token: 0x04000076 RID: 118
9 None,
10 // Token: 0x04000077 RID: 119
11 [Obsolete("Validation type should be specified as DTD or Schema.")]
12 Auto,
13 // Token: 0x04000078 RID: 120
14 DTD,
15 // Token: 0x04000079 RID: 121
16 [Obsolete("XDR Validation through XmlValidatingReader is obsoleted")]
17 XDR,
18 // Token: 0x0400007A RID: 122
19 Schema
20 }
21}
class f__AnonymousType0<< Count > j__TPar