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

◆ RemoveAt() [2/2]

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

Implements System.Collections.IList.

Definition at line 1394 of file ImmutableSortedSet.cs.

1395 {
1396 throw new NotSupportedException();
1397 }