Click or drag to resize

PageGetEnumerator Method

Enumerates all objects on this Page

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

Return Value

Type: IEnumeratorIOptimizedPersistable
Enumeration of all slots on this Page

Implements

IEnumerableTGetEnumerator
See Also