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
)
Public Sub New (
collection As IEnumerable(Of T)
)
public:
VelocityDbHashSet(
IEnumerable<T>^ collection
)
new :
collection : IEnumerable<'T> -> VelocityDbHashSet
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
Initial objects added to the hashset
See Also