共用方式為


IMap<K,V>.Remove(K) 方法

定義

從地圖中移除專案。

public:
 void Remove(K key);
void Remove(K const& key);
public void Remove(K key);
Public Sub Remove (key As K)

參數

key
K

與要移除之專案相關聯的索引鍵。

備註

使用 .NET 進行程式設計時,此介面會隱藏,開發人員應該使用System.Collections.Generic.IDictionary < TKey,TValue >介面。

適用於

另請參閱