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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ImmutableArray<T> インスタンスがICollection<T> インターフェイスにキャストされている場合にのみ使用できます。

適用対象