ArraySegment<T>.ICollection<T>.Remove(T) 方法

定義

在所有情況下都會擲回 NotSupportedException 例外狀況。

 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

參數

item
T

要從陣列區段中移除的物件。

傳回

一律會擲回例外狀況。

實作

例外狀況

在所有情況下。

備註

這個方法一律會擲回 , NotSupportedException 因為無法合約陣列區段。

適用於