ImmutableSortedSet<T>.Clear Método

Definición

Elimina todos los elementos del conjunto ordenado inmutable.

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)

Devoluciones

Conjunto vacío con los elementos eliminados.

Comentarios

Paquete NuGet System.Collections.Immutable

Acerca de las colecciones inmutables y cómo instalar

Se aplica a