IImmutableDictionary<TKey,TValue>.Clear Metod

Definition

Hämtar en tom ordlista som har samma regler för ordningsföljd och nyckel/värde som den här ordlisteinstansen.

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

Returer

En tom ordlista med motsvarande regler för ordningsföljd och jämförelse av nyckel/värde.

Gäller för