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

◆ Clone() [1/4]

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

Implements System.ICloneable.

Definition at line 64 of file AttributeQuery.cs.

65 {
66 return new AttributeQuery(this);
67 }
AttributeQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type)

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