Dictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Clear Método
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.
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
Sempre lançada.
Count está definido como zero, e referências a outros objetos a partir de elementos da coleção também são liberados.
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: