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
XmlSchemaParticle.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: 0x0200014D RID: 333
7
public
abstract
class
XmlSchemaParticle
:
XmlSchemaAnnotated
8
{
9
// Token: 0x17000328 RID: 808
10
// (set) Token: 0x06000AFD RID: 2813 RVA: 0x0001E670 File Offset: 0x0001C870
11
[
XmlIgnore
]
12
public
decimal
MinOccurs
13
{
14
set
15
{
16
if
(!
true
)
17
{
18
}
19
bool
flag =
value
<
value
;
20
if
(!
true
)
21
{
22
}
23
decimal num = decimal.Truncate(
value
);
24
bool
flag2
=
value
!=
value
;
25
XmlSchemaParticle.Occurs
occurs
= this.
flags
;
26
this.minOccurs
=
value
;
27
this.flags
=
occurs
;
28
}
29
}
30
31
// Token: 0x17000329 RID: 809
32
// (set) Token: 0x06000AFE RID: 2814 RVA: 0x0001E6B0 File Offset: 0x0001C8B0
33
[
XmlIgnore
]
34
public
decimal
MaxOccurs
35
{
36
set
37
{
38
if
(!
true
)
39
{
40
}
41
bool
flag =
value
<
value
;
42
if
(!
true
)
43
{
44
}
45
decimal num = decimal.Truncate(
value
);
46
bool
flag2
=
value
!=
value
;
47
this.maxOccurs
=
value
;
48
if
(!
true
)
49
{
50
}
51
bool
flag3
=
value
==
value
;
52
XmlSchemaParticle.Occurs
occurs
= this.
flags
;
53
}
54
}
55
56
// Token: 0x06000AFF RID: 2815 RVA: 0x0001E6F4 File Offset: 0x0001C8F4
57
protected
XmlSchemaParticle
()
58
{
59
if
(!
true
)
60
{
61
}
62
base
..ctor();
63
}
64
65
// Token: 0x06000B00 RID: 2816 RVA: 0x0001E70C File Offset: 0x0001C90C
66
// Note: this type is marked as 'beforefieldinit'.
67
static
XmlSchemaParticle
()
68
{
69
}
70
71
// Token: 0x040005A1 RID: 1441
72
private
decimal
minOccurs
;
73
74
// Token: 0x040005A2 RID: 1442
75
private
decimal
maxOccurs
;
76
77
// Token: 0x040005A3 RID: 1443
78
private
XmlSchemaParticle.Occurs
flags
;
79
80
// Token: 0x040005A4 RID: 1444
81
internal
static
readonly
XmlSchemaParticle
Empty
;
82
83
// Token: 0x0200014E RID: 334
84
[Flags]
85
private
enum
Occurs
86
{
87
// Token: 0x040005A6 RID: 1446
88
None
= 0,
89
// Token: 0x040005A7 RID: 1447
90
Min
= 1,
91
// Token: 0x040005A8 RID: 1448
92
Max
= 2
93
}
94
95
// Token: 0x0200014F RID: 335
96
private
class
EmptyParticle
:
XmlSchemaParticle
97
{
98
// Token: 0x06000B01 RID: 2817 RVA: 0x0001E71C File Offset: 0x0001C91C
99
public
EmptyParticle
()
100
{
101
if
(!
true
)
102
{
103
}
104
base
..ctor();
105
}
106
}
107
}
108
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.XmlSchemaAnnotated
Definition
XmlSchemaAnnotated.cs:7
System.Xml.Schema.XmlSchemaParticle.EmptyParticle.EmptyParticle
EmptyParticle()
Definition
XmlSchemaParticle.cs:99
System.Xml.Schema.XmlSchemaParticle.EmptyParticle
Definition
XmlSchemaParticle.cs:97
System.Xml.Schema.XmlSchemaParticle.XmlSchemaParticle
XmlSchemaParticle()
Definition
XmlSchemaParticle.cs:57
System.Xml.Schema.XmlSchemaParticle.minOccurs
decimal minOccurs
Definition
XmlSchemaParticle.cs:72
System.Xml.Schema.XmlSchemaParticle.flags
XmlSchemaParticle.Occurs flags
Definition
XmlSchemaParticle.cs:78
System.Xml.Schema.XmlSchemaParticle.Occurs
Occurs
Definition
XmlSchemaParticle.cs:86
System.Xml.Schema.XmlSchemaParticle.Occurs.Max
@ Max
System.Xml.Schema.XmlSchemaParticle.Occurs.None
@ None
System.Xml.Schema.XmlSchemaParticle.Occurs.Min
@ Min
System.Xml.Schema.XmlSchemaParticle.XmlSchemaParticle
static XmlSchemaParticle()
Definition
XmlSchemaParticle.cs:67
System.Xml.Schema.XmlSchemaParticle.MaxOccurs
decimal MaxOccurs
Definition
XmlSchemaParticle.cs:35
System.Xml.Schema.XmlSchemaParticle.maxOccurs
decimal maxOccurs
Definition
XmlSchemaParticle.cs:75
System.Xml.Schema.XmlSchemaParticle.MinOccurs
decimal MinOccurs
Definition
XmlSchemaParticle.cs:13
System.Xml.Schema.XmlSchemaParticle.Empty
static readonly XmlSchemaParticle Empty
Definition
XmlSchemaParticle.cs:81
System.Xml.Schema.XmlSchemaParticle
Definition
XmlSchemaParticle.cs:8
System.Xml.Schema
Definition
BaseValidator.cs:4
System.Xml.Serialization
Definition
XmlAttributeAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
XmlSchemaParticle.cs
Generated by
1.10.0