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

◆ RemoveRange() [6/7]

IImmutableList< T > IImmutableList< T >. System.Collections.Immutable.ImmutableArray< T >.RemoveRange ( int index,
int count )
inline

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

Definition at line 1422 of file ImmutableArray.cs.

1423 {
1425 immutableArray.ThrowInvalidOperationIfNotInitialized();
1426 return immutableArray.RemoveRange(index, count);
1427 }

References System.count, and System.index.