Overload List
Name | Description | |
---|---|---|
HybridSet()()()() |
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.
| |
HybridSet(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.
|