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

定義

從集合中移除指定的項目。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

value
T

要移除的項目。

傳回

Boolean

如果已移除項目,則為 true;否則為 false

實作

適用於