ImmutableDictionary<TKey,TValue>.Clear Metod

Definition

Hämtar en tom oföränderlig ordlista som har samma ordnings- och nyckel/värde-jämförelseregler som den här ordlisteinstansen.

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)

Returer

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

Gäller för