GenericEncodedNodeTKey, TValueRemoveUnlessOverflow Method

Removes the key and value at the specified index within the node, unless doing so causes underflow (i.e., less than the minimum required records).

Definition

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

Parameters

index  Int32
The index of the key and value to remove.

Return Value

Boolean
true if the removal was successful without causing underflow; otherwise, false.

Exceptions

NotImplementedExceptionThrown if this method is not implemented in the derived class.

See Also