共用方式為


OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.Remove 方法

定義

ICollection<T>移除第一個出現的特定物件。

 virtual bool System.Collections.Generic.ICollection<TKey>.Remove(TKey item) = System::Collections::Generic::ICollection<TKey>::Remove;
bool ICollection<TKey>.Remove (TKey item);
abstract member System.Collections.Generic.ICollection<TKey>.Remove : 'Key -> bool
override this.System.Collections.Generic.ICollection<TKey>.Remove : 'Key -> bool
Function Remove (item As TKey) As Boolean Implements ICollection(Of TKey).Remove

參數

item
TKey

要從 ICollection<T>移除的物件。

傳回

如果已成功從 ICollection<T>移除 itemtrue ;否則,false。 如果在原始 ICollection<T>中找不到 item,這個方法也會傳回 false

實作

適用於