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

◆ ChildrenQuery() [1/2]

MS.Internal.Xml.XPath.ChildrenQuery.ChildrenQuery ( Query qyInput,
string name,
string prefix,
XPathNodeType type )
inline

Definition at line 9 of file ChildrenQuery.cs.

10 : base(qyInput, name, prefix, type)
11 {
12 }

Referenced by MS.Internal.Xml.XPath.ChildrenQuery.Clone().