terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ValidationType.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200002E")]
7 public enum ValidationType
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000076")]
10 None,
11 [Obsolete("Validation type should be specified as DTD or Schema.")]
12 [global::Cpp2ILInjected.Token(Token = "0x4000077")]
13 Auto,
14 [global::Cpp2ILInjected.Token(Token = "0x4000078")]
15 DTD,
16 [Obsolete("XDR Validation through XmlValidatingReader is obsoleted")]
17 [global::Cpp2ILInjected.Token(Token = "0x4000079")]
18 XDR,
19 [global::Cpp2ILInjected.Token(Token = "0x400007A")]
20 Schema
21 }
22}
class f__AnonymousType0<< Count > j__TPar