Click or drag to resize

PageGetEnumerator Method

Enumerates all objects on this Page

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

Return Value

Type: IEnumeratorIOptimizedPersistable
Enumeration of all slots on this Page

Implements

IEnumerableTGetEnumerator
See Also