ImmutableSortedSet<T>.Clear Método

Definição

Remove todos os elementos do conjunto classificado imutável.

public:
 System::Collections::Immutable::ImmutableSortedSet<T> ^ Clear();
public System.Collections.Immutable.ImmutableSortedSet<T> Clear ();
member this.Clear : unit -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Clear () As ImmutableSortedSet(Of T)

Retornos

Um conjunto vazio com os elementos removidos.

Comentários

Pacote NuGet System.Collections.Immutable

Sobre coleções imutáveis e como instalar

Aplica-se a