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.
1
using
System
;
2
using
System.Xml.Serialization
;
3
4
namespace
System.Xml.Schema
5
{
6
// Token: 0x02000145 RID: 325
7
[Flags]
8
public
enum
XmlSchemaDerivationMethod
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Empty
Definition
Empty.cs:10
System.Xml.Schema.XmlSchemaDatatypeVariety.List
@ List
System.Xml.Schema.XmlSchemaDatatypeVariety.Union
@ Union
System.Xml.Schema.SchemaType.None
@ None
System.Xml.Schema.XmlSchemaDerivationMethod
XmlSchemaDerivationMethod
Definition
XmlSchemaDerivationMethod.cs:9
System.Xml.Schema.XmlSchemaDerivationMethod.Substitution
@ Substitution
System.Xml.Schema.XmlSchemaDerivationMethod.Extension
@ Extension
System.Xml.Schema.XmlSchemaDerivationMethod.Restriction
@ Restriction
System.Xml.Schema.XmlSchemaDerivationMethod.All
@ All
System.Xml.Schema
Definition
BaseValidator.cs:4
System.Xml.Serialization
Definition
XmlAttributeAttribute.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
XmlSchemaDerivationMethod.cs
Generated by
1.10.0