Click or drag to resize

VelocityDbHashSetT Constructor (IEnumerableT)

Creates a new hashset using the default equlaity comparer

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

Parameters

collection
Type: System.Collections.GenericIEnumerableT
Initial objects added to the hashset
See Also