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

◆ Insert() [4/4]

void IList< T >. System.Collections.Immutable.ImmutableSortedSet< T >.Insert ( int index,
T item )
inlineprivate

Definition at line 1354 of file ImmutableSortedSet.cs.

1355 {
1356 throw new NotSupportedException();
1357 }