IListContract<T>.Remove(T) 方法

定义

从指定类型的 IListContract<T> 集合中移除项。

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

参数

item
T

要从集合中移除的项。

返回

如果该项被移除,则为 true;否则为 false

注解

必须对集合中特定类型的每个对象重复此方法。

适用于