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
XmlSchemaDerivationMethod.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x02000145 RID: 325
7 [Flags]
9 {
10 // Token: 0x04000589 RID: 1417
11 [XmlEnum(null)]
12 Empty = 0,
13 // Token: 0x0400058A RID: 1418
14 [XmlEnum("substitution")]
15 Substitution = 1,
16 // Token: 0x0400058B RID: 1419
17 [XmlEnum("extension")]
18 Extension = 2,
19 // Token: 0x0400058C RID: 1420
20 [XmlEnum("restriction")]
21 Restriction = 4,
22 // Token: 0x0400058D RID: 1421
23 [XmlEnum("list")]
24 List = 8,
25 // Token: 0x0400058E RID: 1422
26 [XmlEnum("union")]
27 Union = 16,
28 // Token: 0x0400058F RID: 1423
29 [XmlEnum("#all")]
30 All = 255,
31 // Token: 0x04000590 RID: 1424
32 [XmlIgnore]
33 None = 256
34 }
35}
class f__AnonymousType0<< Count > j__TPar