Dictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.Clear Método

Definição

Remove todos os itens do ICollection<T>. Esta implementação sempre gera NotSupportedException.

 virtual void System.Collections.Generic.ICollection<TKey>.Clear() = System::Collections::Generic::ICollection<TKey>::Clear;
void ICollection<TKey>.Clear ();
abstract member System.Collections.Generic.ICollection<TKey>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<TKey>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of TKey).Clear

Implementações

Exceções

Sempre lançada.

Comentários

Count está definido como zero, e referências a outros objetos a partir de elementos da coleção também são liberados.

Aplica-se a

Confira também