ArraySegment<T>.ICollection<T>.Remove(T) Yöntem

Tanım

Her durumda bir NotSupportedException özel durum oluşturur.

 virtual bool System.Collections.Generic.ICollection<T>.Remove(T item) = System::Collections::Generic::ICollection<T>::Remove;
bool ICollection<T>.Remove (T item);
abstract member System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
override this.System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
Function Remove (item As T) As Boolean Implements ICollection(Of T).Remove

Parametreler

item
T

Dizi kesiminden kaldırılacak nesne.

Döndürülenler

Boolean

Her zaman bir özel durum oluşturur.

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