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

◆ Insert() [6/6]

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

Implements System.Collections.Immutable.IImmutableList< T >.

Definition at line 2034 of file ImmutableList.cs.

2035 {
2036 throw new NotSupportedException();
2037 }