XmlQuerySequence<T>.ICollection<T>.Remove(T) Method

Definition

Removes the specified item from the collection.

This API supports the product infrastructure and is not intended to be used directly from your code.

 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

Parameters

value
T

The item to be removed.

Returns

true if the item was removed; otherwise, false.

Implements

Applies to