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

Definição

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

 virtual void System.Collections.Generic.ICollection<TValue>.Clear() = System::Collections::Generic::ICollection<TValue>::Clear;
void ICollection<TValue>.Clear ();
abstract member System.Collections.Generic.ICollection<TValue>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<TValue>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of TValue).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