Click or drag to resize

VelocityDbHashSetTGetEnumerator Method

Returns an enumerator that iterates through a collection

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public VelocityDbHashSetTEnumerator GetEnumerator()

Return Value

Type: VelocityDbHashSetTEnumerator
An Enumerator object that can be used to iterate through the collection.
See Also