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

◆ RemoveAt() [4/4]

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

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

Definition at line 2069 of file ImmutableList.cs.

2070 {
2071 throw new NotSupportedException();
2072 }