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

◆ ExpandTree()

override void System.Xml.Schema.LeafRangeNode.ExpandTree ( InteriorNode parent,
SymbolsDictionary symbols,
Positions positions )
inline

Definition at line 41 of file LeafRangeNode.cs.

42 {
43 if (parent.LeftChild.IsNullable)
44 {
45 _min = default(decimal);
46 }
47 }

References System.Xml.Schema.LeafRangeNode._min, System.Xml.Schema.SyntaxTreeNode.IsNullable, and System.Xml.Schema.InteriorNode.LeftChild.