ImmutableSortedSet<T>.IImmutableSet<T>.Clear Método

Definição

Recupera um conjunto imutável vazio que tem as mesmas semânticas de classificação e ordenação que essa instância.Retrieves an empty immutable set that has the same sorting and ordering semantics as this instance.

 virtual System::Collections::Immutable::IImmutableSet<T> ^ System.Collections.Immutable.IImmutableSet<T>.Clear() = System::Collections::Immutable::IImmutableSet<T>::Clear;
System.Collections.Immutable.IImmutableSet<T> IImmutableSet<T>.Clear ();
abstract member System.Collections.Immutable.IImmutableSet<T>.Clear : unit -> System.Collections.Immutable.IImmutableSet<'T>
override this.System.Collections.Immutable.IImmutableSet<T>.Clear : unit -> System.Collections.Immutable.IImmutableSet<'T>
Function Clear () As IImmutableSet(Of T) Implements IImmutableSet(Of T).Clear

Retornos

IImmutableSet<T>

Um conjunto vazio que tem as mesmas semânticas de classificação e ordenação que essa instância.An empty set that has the same sorting and ordering semantics as this instance.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ImmutableSortedSet<T> é convertida em uma interface de IImmutableSet<T>.It can be used only when the ImmutableSortedSet<T> instance is cast to an IImmutableSet<T> interface.

Pacote NuGet System. Collections. imutávelSystem.Collections.Immutable NuGet package

Sobre coleções imutáveis e como instalarAbout immutable collections and how to install

Aplica-se a