Overload List
Name | Description | |
---|---|---|
SortedSet()()()() |
Creates a new set instance based on a sorted tree.
| |
SortedSet(ICollection) |
Creates a new set instance based on a sorted tree and
initializes it based on a collection of elements.
| |
SortedSet(IComparer) |
Creates a new set instance based on a sorted tree.
| |
SortedSet(ICollection, IComparer) |
Creates a new set instance based on a sorted tree and
initializes it based on a collection of elements.
|