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

実装

適用対象