Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Clone() [1/4]

override XPathNodeIterator MS.Internal.Xml.XPath.FollowingQuery.Clone ( )
inline

Implements System.ICloneable.

Definition at line 81 of file FollowingQuery.cs.

82 {
83 return new FollowingQuery(this);
84 }
FollowingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest)

References MS.Internal.Xml.XPath.FollowingQuery.FollowingQuery().