共用方式為


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 方法。

適用於