ImmutableSortedDictionary<TKey,TValue>.Remove(TKey) メソッド

定義

指定した値を持つ要素を、変更できない並べ替えられたディクショナリから削除します。

public:
 System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue> ^ Remove(TKey value);
public System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> Remove (TKey value);
member this.Remove : 'Key -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>
Public Function Remove (value As TKey) As ImmutableSortedDictionary(Of TKey, TValue)

パラメーター

value
TKey

削除する要素の値。

戻り値

指定した要素が削除された、新しい変更できないディクショナリ。指定した値がディクショナリで見つからない場合はこのインスタンス。

適用対象