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
QmarkNode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000D0 RID: 208
6
internal
sealed
class
QmarkNode
:
InteriorNode
7
{
8
// Token: 0x06000845 RID: 2117 RVA: 0x0001A444 File Offset: 0x00018644
9
public
override
void
ConstructPos
(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
10
{
11
SyntaxTreeNode
leftChild
= this.
leftChild
;
12
}
13
14
// Token: 0x17000201 RID: 513
15
// (get) Token: 0x06000846 RID: 2118 RVA: 0x0001A458 File Offset: 0x00018658
16
public
override
bool
IsNullable
17
{
18
get
19
{
20
return
true
;
21
}
22
}
23
24
// Token: 0x06000847 RID: 2119 RVA: 0x0001A468 File Offset: 0x00018668
25
public
QmarkNode
()
26
{
27
}
28
}
29
}
System.Xml.Schema.BitSet
Definition
BitSet.cs:8
System.Xml.Schema.InteriorNode.leftChild
SyntaxTreeNode leftChild
Definition
InteriorNode.cs:60
System.Xml.Schema.InteriorNode
Definition
InteriorNode.cs:8
System.Xml.Schema.QmarkNode.IsNullable
override bool IsNullable
Definition
QmarkNode.cs:17
System.Xml.Schema.QmarkNode.QmarkNode
QmarkNode()
Definition
QmarkNode.cs:25
System.Xml.Schema.QmarkNode.ConstructPos
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition
QmarkNode.cs:9
System.Xml.Schema.QmarkNode
Definition
QmarkNode.cs:7
System.Xml.Schema.SyntaxTreeNode
Definition
SyntaxTreeNode.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
QmarkNode.cs
Generated by
1.10.0