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

Definición

Devuelve 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

Devuelve NotSupportedException en todos los casos

Implementaciones

Comentarios

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

Se aplica a