IImmutableList<T>.Clear Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria uma lista com todos os itens removidos, mas com a mesma semântica de ordenação e ordenação que esta lista.
public:
System::Collections::Immutable::IImmutableList<T> ^ Clear();
public System.Collections.Immutable.IImmutableList<T> Clear();
abstract member Clear : unit -> System.Collections.Immutable.IImmutableList<'T>
Public Function Clear () As IImmutableList(Of T)
Devoluções
Uma lista vazia que tem a mesma semântica de ordenação e ordenação que esta instância.