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

Definición

Produce NotSupportedException en todos los 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

Objeto que se va a quitar de la matriz.

Devoluciones

Produce NotSupportedException en todos los casos.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ImmutableArray<T> instancia se convierte en una ICollection<T> interfaz.

Se aplica a