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

Definição

Gera NotSupportedException em todos os casos.

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

Parâmetros

item
T

O objeto a ser removido da matriz.

Retornos

Gera NotSupportedException em todos os casos.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ImmutableArray<T> é convertida em uma interface de ICollection<T>.

Aplica-se a