ImmutableSortedDictionary<TKey,TValue>.Clear Método

Definição

Recupera um dicionário classificado imutável vazio que tem as mesmas regras de classificação e comparação de chave/valor que essa instância de dicionário.

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)

Retornos

Um dicionário vazio com regras de comparação de chave/valor e ordenação equivalentes.

Aplica-se a