ImmutableSortedSet<T>.Remove(T) メソッド

定義

指定した値を、この変更できない並べ替えられたセットから削除します。

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

パラメーター

value
T

削除する要素。

戻り値

要素が削除された、新しい変更できない並べ替えられたセット。セット内に要素が見つからなかった場合は、このセット。

注釈

System.Collections.Immutable NuGet パッケージ

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

適用対象