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
◆
IsNullable
override
bool System.Xml.Schema.ChoiceNode.IsNullable
get
Definition at line
29
of file
ChoiceNode.cs
.
30
{
31
get
32
{
33
SyntaxTreeNode
rightChild
= this.
rightChild
;
34
SyntaxTreeNode
leftChild
= this.
leftChild
;
35
while
(
this
!=
null
)
36
{
37
}
38
return
true
;
39
}
40
}
System.Xml.Schema.InteriorNode.rightChild
SyntaxTreeNode rightChild
Definition
InteriorNode.cs:63
System.Xml.Schema.InteriorNode.leftChild
SyntaxTreeNode leftChild
Definition
InteriorNode.cs:60
System.Xml.Schema.SyntaxTreeNode.SyntaxTreeNode
SyntaxTreeNode()
Definition
SyntaxTreeNode.cs:28
System
Xml
Schema
ChoiceNode
Generated by
1.10.0