Delegate MutableSegmentMovedForward<TKey, TValue>
Event is fired when mutable segment is moved forward.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate void MutableSegmentMovedForward<TKey, TValue>(IZoneTreeMaintenance<TKey, TValue> zoneTree)
Parameters
| Type | Name | Description |
|---|---|---|
| IZoneTreeMaintenance<TKey, TValue> | zoneTree | The ZoneTree maintenance |
Type Parameters
| Name | Description |
|---|---|
| TKey | The key type |
| TValue | The value type |