Overload List

  NameDescription
Public methodSortedSet<(Of <(<'T>)>)>()()()()
Creates a new set instance based on a sorted tree.
Public methodSortedSet<(Of <(<'T>)>)>(ICollection<(Of <<'(T>)>>))
Creates a new set instance based on a sorted tree and initializes it based on a collection of elements.
Public methodSortedSet<(Of <(<'T>)>)>(IComparer<(Of <<'(T>)>>))
Creates a new set instance based on a sorted tree.
Public methodSortedSet<(Of <(<'T>)>)>(ICollection)
Creates a new set instance based on a sorted tree and initializes it based on a collection of elements.
Public methodSortedSet<(Of <(<'T>)>)>(ICollection<(Of <<'(T>)>>), IComparer<(Of <<'(T>)>>))
Creates a new set instance based on a sorted tree and initializes it based on a collection of elements.

See Also