Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QmarkNode.cs
Go to the documentation of this file.
1namespace System.Xml.Schema;
2
3internal 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}
override bool IsNullable
Definition QmarkNode.cs:5
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition QmarkNode.cs:7