ImmutableSortedSet<T>.Builder.Remove(T) 方法

定义

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

public:
 virtual bool Remove(T item);
public bool Remove (T item);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
Public Function Remove (item As T) As Boolean

参数

item
T

要从集内移除的对象。

返回

如果从集内移除了 item,则为 true;如果在集内找不到 item,则为 false

实现

适用于