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.
ImmutableSortedSet<T>::IList<T>::RemoveAt Method (Int32)
Removes the item 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)This member is an explicit interface member implementation. It can be used only when the ImmutableSortedSet<T> instance is cast to an IList<T> interface.
NuGet package: System.Collections.Immutable (about immutable collections and how to install)
Show: