ImmutableSortedSet<T>.Clear メソッド

定義

変更できない並べ替えられたセットからすべての要素を削除します。

public:
 System::Collections::Immutable::ImmutableSortedSet<T> ^ Clear();
public System.Collections.Immutable.ImmutableSortedSet<T> Clear ();
member this.Clear : unit -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Clear () As ImmutableSortedSet(Of T)

戻り値

要素が削除された空のセット。

注釈

System.Collections.Immutable NuGet パッケージ

変更できないコレクションとインストール方法について

適用対象