SynchronizedReadOnlyCollection<T>.ICollection<T>.Clear メソッド
定義
呼び出されると、NotSupportedException をスローします。Throws a NotSupportedException if called.
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
実装
例外
項目は、読み取り専用コレクションからはクリアできません。Items cannot be cleared from a read-only collection.
注釈
項目は、読み取り専用コレクションからはクリアできません。Items cannot be cleared from a read-only collection.