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

◆ Insert() [6/6]

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

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

Definition at line 1341 of file ImmutableArray.cs.

1342 {
1343 throw new NotSupportedException();
1344 }