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

◆ Insert() [1/6]

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

Definition at line 2097 of file ImmutableList.cs.

2098 {
2099 throw new NotSupportedException();
2100 }