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
RestrictionFlags.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000DA RID: 218
6
[Flags]
7
internal
enum
RestrictionFlags
8
{
9
// Token: 0x04000453 RID: 1107
10
Length
= 1,
11
// Token: 0x04000454 RID: 1108
12
MinLength
= 2,
13
// Token: 0x04000455 RID: 1109
14
MaxLength
= 4,
15
// Token: 0x04000456 RID: 1110
16
Pattern
= 8,
17
// Token: 0x04000457 RID: 1111
18
Enumeration
= 16,
19
// Token: 0x04000458 RID: 1112
20
WhiteSpace
= 32,
21
// Token: 0x04000459 RID: 1113
22
MaxInclusive
= 64,
23
// Token: 0x0400045A RID: 1114
24
MaxExclusive
= 128,
25
// Token: 0x0400045B RID: 1115
26
MinInclusive
= 256,
27
// Token: 0x0400045C RID: 1116
28
MinExclusive
= 512,
29
// Token: 0x0400045D RID: 1117
30
TotalDigits
= 1024,
31
// Token: 0x0400045E RID: 1118
32
FractionDigits
= 2048
33
}
34
}
System.Xml.Schema.RestrictionFlags
RestrictionFlags
Definition
RestrictionFlags.cs:8
System.Xml.Schema.RestrictionFlags.MaxExclusive
@ MaxExclusive
System.Xml.Schema.RestrictionFlags.WhiteSpace
@ WhiteSpace
System.Xml.Schema.RestrictionFlags.Enumeration
@ Enumeration
System.Xml.Schema.RestrictionFlags.TotalDigits
@ TotalDigits
System.Xml.Schema.RestrictionFlags.Pattern
@ Pattern
System.Xml.Schema.RestrictionFlags.MinExclusive
@ MinExclusive
System.Xml.Schema.RestrictionFlags.MaxInclusive
@ MaxInclusive
System.Xml.Schema.RestrictionFlags.MinLength
@ MinLength
System.Xml.Schema.RestrictionFlags.MinInclusive
@ MinInclusive
System.Xml.Schema.RestrictionFlags.MaxLength
@ MaxLength
System.Xml.Schema.RestrictionFlags.Length
@ Length
System.Xml.Schema.RestrictionFlags.FractionDigits
@ FractionDigits
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
RestrictionFlags.cs
Generated by
1.10.0