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

Definição

Gera um NotSupportedException em todos os casos.

 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 valor a ser removido da coleção.

Retornos

Sempre gera um NotSupportedException.

Implementações

Exceções

Itens não podem ser removidos de uma coleção somente leitura.

Aplica-se a