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

◆ RemoveAt() [1/2]

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

Implements System.Collections.IList.

Definition at line 1359 of file ImmutableSortedSet.cs.

1360 {
1361 throw new NotSupportedException();
1362 }