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

◆ Insert() [1/2]

virtual void System.Xml.Xsl.Qil.QilNode.Insert ( int index,
QilNode node )
inlinevirtualinherited

Reimplemented in System.Xml.Xsl.Qil.QilList.

Definition at line 101 of file QilNode.cs.

102 {
103 throw new NotSupportedException();
104 }