共用方式為


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

定義

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

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

參數

item
TValue

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

傳回

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

實作

適用於