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

◆ Insert() [3/3]

void IList< T >. System.Xml.Xsl.Runtime.XmlQuerySequence< T >.Insert ( int index,
T value )
inlineprivate

Implements System.Collections.Generic.IList< T >.

Definition at line 195 of file XmlQuerySequence.cs.

196 {
197 throw new NotSupportedException();
198 }