ArraySegment<T>.ICollection<T>.Clear Yöntem

Tanım

Her durumda bir NotSupportedException özel durum oluşturur.

 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

Uygulamalar

Özel durumlar

Her durumda.

Açıklamalar

Bu yöntem her zaman bir dizi kesiminin sözleşme yapılamayacağından bir NotSupportedException oluşturur.

Şunlara uygulanır