次の方法で共有


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)

返品

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

適用対象