SortedTreeNodeBaseTKey, TValueRemoveUnlessOverflow Method

Removes the element at the specified index unless it causes an overflow in the node.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected abstract bool RemoveUnlessOverflow(
	int index
)

Parameters

index  Int32
The index of the element to remove.

Return Value

Boolean
true if the element was removed; otherwise, false.

See Also