Overload List

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

See Also