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

Définition

Lève une exception NotSupportedException dans tous les cas.

 virtual void System.Collections.Generic.ICollection<T>.Add(T item) = System::Collections::Generic::ICollection<T>::Add;
void ICollection<T>.Add (T item);
abstract member System.Collections.Generic.ICollection<T>.Add : 'T -> unit
override this.System.Collections.Generic.ICollection<T>.Add : 'T -> unit
Sub Add (item As T) Implements ICollection(Of T).Add

Paramètres

item
T

Objet à ajouter au segment de tableau.

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 développé.

S’applique à