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

◆ Insert() [4/6]

IImmutableList< T > IImmutableList< T >. System.Collections.Immutable.ImmutableArray< T >.Insert ( int index,
T element )
inline

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

Definition at line 1387 of file ImmutableArray.cs.

1388 {
1390 immutableArray.ThrowInvalidOperationIfNotInitialized();
1391 return immutableArray.Insert(index, element);
1392 }

References System.index.