ArraySegment<T>.ICollection<T>.Clear Méthode

Définition

Lève une exception NotSupportedException dans tous les cas.

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

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 à