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).
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override bool RemoveUnlessOverflow(
int index
)
Protected Overrides Function RemoveUnlessOverflow (
index As Integer
) As Boolean
protected:
virtual bool RemoveUnlessOverflow(
int index
) override
function RemoveUnlessOverflow(index);
- index Int32
- The index of the key and value to remove.
Booleantrue if the removal was successful without causing underflow; otherwise,
false.
| NotImplementedException | Thrown if this method is not implemented in the derived class. |