ReadOnlyDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Clear Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Gera uma exceção NotSupportedException em todos os casos.
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
Em todos os casos.
Comentários
Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ReadOnlyDictionary<TKey,TValue>.ValueCollection é convertida em uma interface de ICollection<T>. A ICollection<T> interface especifica que o Clear método deve gerar uma NotSupportedException exceção se a coleção que implementa a interface for somente leitura.