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

Définition

Lève une exception NotSupportedException dans tous les cas.

 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

Paramètres

item
T

Objet à supprimer du tableau.

Retours

Lève une exception NotSupportedException dans tous les cas.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ImmutableArray<T> est castée en interface ICollection<T>.

S’applique à