ImmutableSortedSet<T>::ICollection<T>::Remove Method (T)
Removes the first occurrence of a specific object from the collection.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- item
-
Type:
T
The object to remove from the collection.
Return Value
Type: System::Booleantrue if item was successfully removed from the collection; otherwise, false.
Implements
ICollection<T>::Remove(T)This member is an explicit interface member implementation. It can be used only when the ImmutableSortedSet<T> instance is cast to an ICollection<T> interface.
NuGet package: System.Collections.Immutable (about immutable collections and how to install)
Show: