ArraySegment<T>.ICollection<T>.Clear Metod

Definition

Genererar ett NotSupportedException undantag i alla fall.

 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

Implementeringar

Undantag

I samtliga fall.

Kommentarer

Den här metoden genererar alltid en NotSupportedException eftersom ett matrissegment inte kan kontrakteras.

Gäller för