Delegate CanNotDropReadOnlySegment<TKey, TValue>
Event is fired when the read-only segment can not be dropped.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate void CanNotDropReadOnlySegment<TKey, TValue>(IReadOnlySegment<TKey, TValue> readOnlySegment, Exception e)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlySegment<TKey, TValue> | readOnlySegment | The read-only segment |
Exception | e | The exception |
Type Parameters
Name | Description |
---|---|
TKey | The key type |
TValue | The value type |