ImmutableSortedSet<T>.IList.Remove(Object) 方法

定义

从集内移除特定对象的第一个匹配项。

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

参数

value
Object

要从集内移除的对象。

实现

例外

该集为只读,或具有固定大小。

注解

此成员是显式接口成员的实现。 它只能在 ImmutableSortedSet<T> 实例被强制转换为 IList 接口时使用。

System.Collections.Immutable NuGet 包

关于不可变集合以及如何安装

适用于