Overload List

  NameDescription
Public methodHybridSet()()()()
Creates a new set instance based on either a list or a hash table, depending on which will be more efficient based on the data-set size.
Public methodHybridSet(ICollection)
Creates a new set instance based on either a list or a hash table, depending on which will be more efficient based on the data-set size, and initializes it based on a collection of elements.

See Also