Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QmarkNode.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
sealed
class
QmarkNode
:
InteriorNode
4
{
5
public
override
bool
IsNullable
=>
true
;
6
7
public
override
void
ConstructPos
(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[]
followpos
)
8
{
9
base
.LeftChild.ConstructPos(firstpos, lastpos,
followpos
);
10
}
11
}
System.Xml.Schema.BitSet
Definition
BitSet.cs:6
System.Xml.Schema.InteriorNode
Definition
InteriorNode.cs:6
System.Xml.Schema.QmarkNode.IsNullable
override bool IsNullable
Definition
QmarkNode.cs:5
System.Xml.Schema.QmarkNode.ConstructPos
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition
QmarkNode.cs:7
System.Xml.Schema.QmarkNode
Definition
QmarkNode.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Schema
QmarkNode.cs
Generated by
1.10.0