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

Definição

Atira 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 remover do array.

Devoluções

Atira NotSupportedException em todos os casos.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ImmutableArray<T> instância é transmitida para uma ICollection<T> interface.

Aplica-se a