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)

适用于