ImmutableList<T>::IList<T>::RemoveAt Method (Int32)
Removes the value at the specified index.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item to remove.
Implements
IList<T>::RemoveAt(Int32)| Exception | Condition |
|---|---|
| NotSupportedException |
This member is an explicit interface member implementation. It can be used only when the ImmutableList<T> instance is cast to an IList<T> interface.
Show: