ICollectionContract<C>.Remove(C) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除 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 方法。