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

◆ IsDescendantOrSelf()

static bool System.Xml.Schema.Asttree.IsDescendantOrSelf ( Axis ast)
inlinestaticprivate

Definition at line 45 of file Asttree.cs.

46 {
47 if (ast.TypeOfAxis == Axis.AxisType.DescendantOrSelf && ast.NodeType == XPathNodeType.All)
48 {
49 return ast.AbbrAxis;
50 }
51 return false;
52 }

References System.Xml.Dictionary.

Referenced by System.Xml.Schema.Asttree.CompileXPath().