ImmutableSortedDictionary<TKey,TValue>.Clear Método

Definição

Recupera um dicionário classificado imutável vazio que tem a mesma ordenação e regras de 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

ImmutableSortedDictionary<TKey,TValue>

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

Aplica-se a