ImmutableSortedDictionary<TKey,TValue>.Clear Metoda

Definicja

Pobiera pusty niezmienialny słownik posortowany, który ma te same reguły porównywania kolejności i par klucz/wartość co to wystąpienie słownika.

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)

Zwraca

Pusty słownik z równoważną kolejnością i regułami porównywania par klucz/wartość.

Dotyczy