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

◆ NamespaceQuery() [1/2]

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

Definition at line 9 of file NamespaceQuery.cs.

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

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