Click or drag to resize

VelocityDbHashSetTGetEnumerator Method

Returns an enumerator that iterates through a collection

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public VelocityDbHashSetTEnumerator GetEnumerator()

Return Value

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