Click or drag to resize

OfTypeOfTypeIteratorGetEnumerator Method

Enumeration of all objects of type T

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

Return Value

Type: IEnumerator
The enumerator of T

Implements

IEnumerableGetEnumerator
See Also