VelocityDbHashSetT Constructor |
| Name | Description | |
|---|---|---|
| VelocityDbHashSetT |
Creates a hashset using a default equality comparer
| |
| VelocityDbHashSetT(IEnumerableT) |
Creates a new hashset using the default equlaity comparer
| |
| VelocityDbHashSetT(IEqualityComparerT) |
Creates hashset with a given equality comparer
| |
| VelocityDbHashSetT(IEnumerableT, IEqualityComparerT) |
Implementation Notes:
Since resizes are relatively expensive (require rehashing), this attempts to minimize
the need to resize by setting the initial capacity based on size of collection.
|