Click or drag to resize

VelocityDbHashSetT Constructor

Overload List
  NameDescription
Public methodVelocityDbHashSetT
Creates a hashset using a default equality comparer
Public methodVelocityDbHashSetT(IEnumerableT)
Creates a new hashset using the default equlaity comparer
Public methodVelocityDbHashSetT(IEqualityComparerT)
Creates hashset with a given equality comparer
Public methodVelocityDbHashSetT(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.
Top
See Also