ArraySegment<T>.ICollection<T>.Clear Metoda

Definice

NotSupportedException Ve všech případech vyvolá výjimku.

 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

Implementuje

Výjimky

Ve všech případech

Poznámky

Tato metoda vždy vyvolá výjimku , NotSupportedException protože segment pole nelze stahovat.

Platí pro