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

Definição

Remove todos os itens do ICollection<T>. Essa implementação sempre gera um 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 gerada; a coleção é somente leitura.

Comentários

A Count propriedade é definida como 0 e as referências a outros objetos de elementos da coleção também são lançadas.

Aplica-se a

Confira também