Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ConstructPos()

override void System.Xml.Schema.PlusNode.ConstructPos ( BitSet firstpos,
BitSet lastpos,
BitSet[] followpos )
inline

Definition at line 7 of file PlusNode.cs.

8 {
9 base.LeftChild.ConstructPos(firstpos, lastpos, followpos);
10 for (int num = lastpos.NextSet(-1); num != -1; num = lastpos.NextSet(num))
11 {
12 followpos[num].Or(firstpos);
13 }
14 }

References System.Xml.Dictionary, and System.Xml.Schema.BitSet.NextSet().