ImmutableArray<T>.ICollection<T>.Remove(T) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべてのケースで 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> インターフェイスにキャストされている場合にのみ使用できます。