Click or drag to resize

VelocityDbHashSetT Constructor (IEqualityComparerT)

Creates hashset with a given equality comparer

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public VelocityDbHashSet(
	IEqualityComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIEqualityComparerT

[Missing <param name="comparer"/> documentation for "M:VelocityDb.Collection.VelocityDbHashSet`1.#ctor(System.Collections.Generic.IEqualityComparer{`0})"]

See Also