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> インターフェイスにキャストされる場合のみ、使用できます。

適用対象