Click or drag to resize

AllObjectsTGetEnumerator 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<T> GetEnumerator()

Return Value

Type: IEnumeratorT
The enumerator of T

Implements

IEnumerableTGetEnumerator
See Also