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

◆ InsertRange() [2/3]

IImmutableList< T > IImmutableList< T >. System.Collections.Immutable.ImmutableArray< T >.InsertRange ( int index,
IEnumerable< T > items )
inline

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

Definition at line 1394 of file ImmutableArray.cs.

1395 {
1397 immutableArray.ThrowInvalidOperationIfNotInitialized();
1398 return immutableArray.InsertRange(index, items);
1399 }

References System.index.