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

◆ AttributeQuery() [1/2]

MS.Internal.Xml.XPath.AttributeQuery.AttributeQuery ( Query qyParent,
string Name,
string Prefix,
XPathNodeType Type )
inline

Definition at line 9 of file AttributeQuery.cs.

10 : base(qyParent, Name, Prefix, Type)
11 {
12 }

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