Click or drag to resize

Page.GetEnumerator 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: IEnumerator<IOptimizedPersistable>
Enumeration of all slots on this Page

Implements

IEnumerable<T>.GetEnumerator()
See Also