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

定義

コレクションからすべての項目を削除します。

 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

実装

注釈

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

System.Collections.Immutable NuGet パッケージ

不変コレクションとインストール方法について

適用対象