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

Enumerator
None 
Auto 
DTD 
XDR 
Schema 

Definition at line 6 of file ValidationType.cs.

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 }
class f__AnonymousType0<< Count > j__TPar