Overload List
| Name | Description | |
|---|---|---|
| SortedSet<(Of <(<'T>)>)>()()()() |
Creates a new set instance based on a sorted tree.
| |
| SortedSet<(Of <(<'T>)>)>(ICollection<(Of <<'(T>)>>)) |
Creates a new set instance based on a sorted tree and
initializes it based on a collection of elements.
| |
| SortedSet<(Of <(<'T>)>)>(IComparer<(Of <<'(T>)>>)) |
Creates a new set instance based on a sorted tree.
| |
| SortedSet<(Of <(<'T>)>)>(ICollection) |
Creates a new set instance based on a sorted tree and
initializes it based on a collection of elements.
| |
| SortedSet<(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.
|