Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ RemoveAt() [3/4]

void IList< T >. System.Collections.Immutable.ImmutableList< T >.RemoveAt ( int index)
inlineprivate

Implements System.Collections.Immutable.IImmutableList< T >.

Definition at line 2039 of file ImmutableList.cs.

2040 {
2041 throw new NotSupportedException();
2042 }