ArraySegment<T>.ICollection<T>.Remove(T) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 segment de tableau.
Retours
Lève toujours une exception.
Implémente
Exceptions
Dans tous les cas.
Remarques
Cette méthode lève toujours une NotSupportedException car un segment de tableau ne peut pas être contracté.