Click or drag to resize

BTreeBaseKey, ValueRemove Method (Key)

Removes a specified item from the set.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool Remove(
	Key key
)

Parameters

key
Type: Key

[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Remove(`0)"]

Return Value

Type: Boolean
true if an element was removed; otherwise, false.
See Also