The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableList<T>::IImmutableList<T>::RemoveAt Method (Int32)
Removes the element at the specified index of the immutable list.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: virtual IImmutableList<T>^ RemoveAt( int index ) sealed = IImmutableList<T>::RemoveAt
Parameters
- index
-
Type:
System::Int32
The index of the element to remove.
Return Value
Type: System.Collections.Immutable::IImmutableList<T>^A new list with the element removed.
Implements
IImmutableList<T>::RemoveAt(Int32)This member is an explicit interface member implementation. It can be used only when the ImmutableList<T> instance is cast to an IImmutableList<T> interface.
Show: