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

◆ Insert() [1/4]

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

Definition at line 1384 of file ImmutableSortedSet.cs.

1385 {
1386 throw new NotSupportedException();
1387 }