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

Definição

NotSupportedException Lança 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

NotSupportedException Lança em todos os casos.

Implementações

Comentários

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

Aplica-se a