SynchronizedReadOnlyCollection<T>.ICollection<T>.Remove(T) メソッド

定義

常に NotSupportedException をスローします。

 virtual bool System.Collections.Generic.ICollection<T>.Remove(T value) = System::Collections::Generic::ICollection<T>::Remove;
bool ICollection<T>.Remove (T value);
abstract member System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
override this.System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
Function Remove (value As T) As Boolean Implements ICollection(Of T).Remove

パラメーター

value
T

コレクションから削除する値。

戻り値

常に NotSupportedException をスローします。

実装

例外

項目は、読み取り専用コレクションからは削除できません。

適用対象