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

適用対象