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
XmlSchemaDerivationMethod.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [Flags]
8 [global::Cpp2ILInjected.Token(Token = "0x2000145")]
10 {
11 [XmlEnum(null)]
12 [global::Cpp2ILInjected.Token(Token = "0x4000589")]
13 Empty = 0,
14 [XmlEnum("substitution")]
15 [global::Cpp2ILInjected.Token(Token = "0x400058A")]
16 Substitution = 1,
17 [XmlEnum("extension")]
18 [global::Cpp2ILInjected.Token(Token = "0x400058B")]
19 Extension = 2,
20 [XmlEnum("restriction")]
21 [global::Cpp2ILInjected.Token(Token = "0x400058C")]
22 Restriction = 4,
23 [XmlEnum("list")]
24 [global::Cpp2ILInjected.Token(Token = "0x400058D")]
25 List = 8,
26 [XmlEnum("union")]
27 [global::Cpp2ILInjected.Token(Token = "0x400058E")]
28 Union = 16,
29 [XmlEnum("#all")]
30 [global::Cpp2ILInjected.Token(Token = "0x400058F")]
31 All = 255,
32 [XmlIgnore]
33 [global::Cpp2ILInjected.Token(Token = "0x4000590")]
34 None = 256
35 }
36}
class f__AnonymousType0<< Count > j__TPar