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.
1using System;
3
4namespace 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;
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;
48 if (!true)
49 {
50 }
51 bool flag3 = value == value;
53 }
54 }
55
56 // Token: 0x06000AFF RID: 2815 RVA: 0x0001E6F4 File Offset: 0x0001C8F4
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'.
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
79
80 // Token: 0x040005A4 RID: 1444
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
97 {
98 // Token: 0x06000B01 RID: 2817 RVA: 0x0001E71C File Offset: 0x0001C91C
100 {
101 if (!true)
102 {
103 }
104 base..ctor();
105 }
106 }
107 }
108}
class f__AnonymousType0<< Count > j__TPar
static readonly XmlSchemaParticle Empty