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
RestrictionFacets.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x020000DC RID: 220
7 internal class RestrictionFacets
8 {
9 // Token: 0x04000463 RID: 1123
10 internal int Length;
11
12 // Token: 0x04000464 RID: 1124
13 internal int MinLength;
14
15 // Token: 0x04000465 RID: 1125
16 internal int MaxLength;
17
18 // Token: 0x04000466 RID: 1126
20
21 // Token: 0x04000467 RID: 1127
23
24 // Token: 0x04000468 RID: 1128
26
27 // Token: 0x04000469 RID: 1129
28 internal object MaxInclusive;
29
30 // Token: 0x0400046A RID: 1130
31 internal object MaxExclusive;
32
33 // Token: 0x0400046B RID: 1131
34 internal object MinInclusive;
35
36 // Token: 0x0400046C RID: 1132
37 internal object MinExclusive;
38
39 // Token: 0x0400046D RID: 1133
40 internal int TotalDigits;
41
42 // Token: 0x0400046E RID: 1134
43 internal int FractionDigits;
44
45 // Token: 0x0400046F RID: 1135
47 }
48}