ReadOnlyCollection<T>.ICollection<T>.Clear メソッド

定義

ICollection<T> からすべての項目を削除します。 この実装は常に NotSupportedException をスローします。

 virtual void System.Collections.Generic.ICollection<T>.Clear() = System::Collections::Generic::ICollection<T>::Clear;
void ICollection<T>.Clear ();
abstract member System.Collections.Generic.ICollection<T>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<T>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of T).Clear

実装

例外

常にスローされます。

注釈

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

適用対象