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

Définition

Lève une NotSupportedException exception 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 segment de tableau.

Retours

Lève toujours une exception.

Implémente

Exceptions

Dans tous les cas.

Remarques

Cette méthode lève toujours un NotSupportedException car un segment de tableau ne peut pas être contracté.

S’applique à