XmlQuerySequence<T>.ICollection<T>.Remove(T) Método

Definição

Remove o item especificado da coleção.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

 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

Parâmetros

value
T

O item a ser removido.

Retornos

Boolean

true se o item for removido; caso contrário, false.

Implementações

Aplica-se a