共用方式為


TableSectionBase<T>.Remove(T) 方法

定義

從此 TableSectionBase<T> 物件中移除指定的項目。

public bool Remove (T item);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool

參數

item
T

要移除的項目。

傳回

System.Boolean

如果已從目前集合中移除項目,則為 true;如果在目前集合中找不到項目,則為 false

實作

System.Collections.Generic.ICollection`1.Remove(`0)

適用於