SortedTreeNodeBaseTKey, TValueRemoveUnlessOverflow Method
Removes the element at the specified index unless it causes an overflow in the node.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected abstract bool RemoveUnlessOverflow(
int index
)
Protected MustOverride Function RemoveUnlessOverflow (
index As Integer
) As Boolean
protected:
virtual bool RemoveUnlessOverflow(
int index
) abstract
function RemoveUnlessOverflow(index);
- index Int32
- The index of the element to remove.
Booleantrue if the element was removed; otherwise,
false.