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

實作

適用於