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

◆ FollowingQuery() [1/2]

MS.Internal.Xml.XPath.FollowingQuery.FollowingQuery ( Query qyInput,
string name,
string prefix,
XPathNodeType typeTest )
inline

Definition at line 11 of file FollowingQuery.cs.

12 : base(qyInput, name, prefix, typeTest)
13 {
14 }

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