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 套件

關於不可變集合以及如何安裝

適用於