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

◆ RemoveAt() [2/2]

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

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

Definition at line 200 of file XmlQuerySequence.cs.

201 {
202 throw new NotSupportedException();
203 }