ImmutableSortedDictionary<TKey,TValue>.Clear Metod

Definition

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

public:
 System::Collections::Immutable::ImmutableSortedDictionary<TKey, TValue> ^ Clear();
public System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> Clear();
member this.Clear : unit -> System.Collections.Immutable.ImmutableSortedDictionary<'Key, 'Value>
Public Function Clear () As ImmutableSortedDictionary(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