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 スローします。

適用対象