ManagedSortedSet.Clear Method

Definition

Clears all elements from the set and returns the removed elements.

public System.Collections.Generic.SortedSet<int> Clear ();
member this.Clear : unit -> System.Collections.Generic.SortedSet<int>
Public Function Clear () As SortedSet(Of Integer)

Returns

SortedSet<Int32>

Applies to