共用方式為


ReadOnlySet<T>.ICollection<T>.Remove(T) 方法

定義

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

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

參數

item
T

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

傳回

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

實作

適用於