ICollectionContract<C>.Remove(C) 方法

定义

IContract 中移除第一次出现的特定 ICollectionContract<C>

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

参数

item
C

要从 IContract 移除的 ICollectionContract<C>

返回

如果成功移除了 item,则为 true;否则为 false。 如果在 false 中没有找到 item,则此方法也会返回 ICollectionContract<C>

例外

注解

若要确定 是否 ICollectionContract<C> 为只读,请 GetIsReadOnly 调用 方法。

适用于