ImmutableArray<T>.ICollection<T>.Remove(T) Método
Definición
Devuelve NotSupportedException en todos los casosThrows NotSupportedException in all cases.
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.The object to remove from the array.
Devoluciones
Devuelve NotSupportedException en todos los casosThrows NotSupportedException in all cases.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de ImmutableArray<T> se convierte en una interfaz ICollection<T>.It can be used only when the ImmutableArray<T> instance is cast to an ICollection<T> interface.