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

◆ Remove() [1/2]

virtual bool System.Xml.Xsl.Qil.QilNode.Remove ( QilNode node)
inlinevirtualinherited

Definition at line 155 of file QilNode.cs.

156 {
157 int num = IndexOf(node);
158 if (num >= 0)
159 {
160 RemoveAt(num);
161 return true;
162 }
163 return false;
164 }
virtual int IndexOf(QilNode node)
Definition QilNode.cs:166
virtual void RemoveAt(int index)
Definition QilNode.cs:106

References System.Xml.Xsl.Qil.QilNode.IndexOf(), and System.Xml.Xsl.Qil.QilNode.RemoveAt().