ImmutableDictionary<TKey,TValue>.Clear メソッド

定義

このディクショナリ インスタンスと同じ順序付けとキー/値の比較規則を使用する、空の変更できないディクショナリを取得します。

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

戻り値

順序付けとキー/値の比較規則が同等の空のディクショナリ。

適用対象