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
DfaContentValidator.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000D5 RID: 213
6
internal
sealed
class
DfaContentValidator
:
ContentValidator
7
{
8
// Token: 0x0600086A RID: 2154 RVA: 0x0001AA10 File Offset: 0x00018C10
9
internal
DfaContentValidator
(
int
[][]
transitionTable
,
SymbolsDictionary
symbols
,
XmlSchemaContentType
contentType
,
bool
isOpen
,
bool
isEmptiable
)
10
{
11
if
(!
true
)
12
{
13
}
14
base
..ctor();
15
this.contentType
=
contentType
;
16
this.isOpen
=
isOpen
;
17
this.isEmptiable
=
isEmptiable
;
18
this.transitionTable
=
transitionTable
;
19
this.symbols
=
symbols
;
20
}
21
22
// Token: 0x0400043E RID: 1086
23
private
int
[][]
transitionTable
;
24
25
// Token: 0x0400043F RID: 1087
26
private
SymbolsDictionary
symbols
;
27
}
28
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.ContentValidator.contentType
XmlSchemaContentType contentType
Definition
ContentValidator.cs:66
System.Xml.Schema.ContentValidator.isOpen
bool isOpen
Definition
ContentValidator.cs:69
System.Xml.Schema.ContentValidator.isEmptiable
bool isEmptiable
Definition
ContentValidator.cs:72
System.Xml.Schema.ContentValidator
Definition
ContentValidator.cs:7
System.Xml.Schema.DfaContentValidator.symbols
SymbolsDictionary symbols
Definition
DfaContentValidator.cs:26
System.Xml.Schema.DfaContentValidator.transitionTable
int[][] transitionTable
Definition
DfaContentValidator.cs:23
System.Xml.Schema.DfaContentValidator.DfaContentValidator
DfaContentValidator(int[][] transitionTable, SymbolsDictionary symbols, XmlSchemaContentType contentType, bool isOpen, bool isEmptiable)
Definition
DfaContentValidator.cs:9
System.Xml.Schema.DfaContentValidator
Definition
DfaContentValidator.cs:7
System.Xml.Schema.SymbolsDictionary
Definition
SymbolsDictionary.cs:10
System.Xml.Schema.XmlSchemaContentType
XmlSchemaContentType
Definition
XmlSchemaContentType.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
DfaContentValidator.cs
Generated by
1.10.0