ImmutableArray<T>::IImmutableList<T>::RemoveRange Method (Int32, Int32)
Returns an array with the elements at the specified position removed.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: virtual IImmutableList<T>^ RemoveRange( int index, int count ) sealed = IImmutableList<T>::RemoveRange
Parameters
- index
-
Type:
System::Int32
The 0-based index of the starting element to remove from the array.
- count
-
Type:
System::Int32
The number of elements to remove from the array.
Return Value
Type: System.Collections.Immutable::IImmutableList<T>^The new array with the specified elements removed.
This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an IImmutableList<T> interface.
Show: