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

◆ BaseAxisQuery() [3/3]

MS.Internal.Xml.XPath.BaseAxisQuery.BaseAxisQuery ( BaseAxisQuery other)
inlineprotected

Definition at line 76 of file BaseAxisQuery.cs.

77 : base(other)
78 {
79 qyInput = Query.Clone(other.qyInput);
80 _name = other._name;
81 _prefix = other._prefix;
82 _nsUri = other._nsUri;
83 _typeTest = other._typeTest;
84 _nameTest = other._nameTest;
85 position = other.position;
86 currentNode = other.currentNode;
87 }
readonly XPathNodeType _typeTest
static Query Clone(Query input)
Definition Query.cs:66

References MS.Internal.Xml.XPath.BaseAxisQuery._name, MS.Internal.Xml.XPath.BaseAxisQuery._nameTest, MS.Internal.Xml.XPath.BaseAxisQuery._nsUri, MS.Internal.Xml.XPath.BaseAxisQuery._prefix, MS.Internal.Xml.XPath.BaseAxisQuery._typeTest, MS.Internal.Xml.XPath.Query.Clone(), MS.Internal.Xml.XPath.BaseAxisQuery.currentNode, MS.Internal.Xml.XPath.BaseAxisQuery.position, and MS.Internal.Xml.XPath.BaseAxisQuery.qyInput.