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
)
Public Function Remove (
key As Key
) As Boolean
public:
virtual bool Remove(
Key key
) sealed
abstract Remove :
key : 'Key -> bool
override Remove :
key : 'Key -> bool
Parameters
- key
- Type: Key
[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Remove(`0)"]
Return Value
Type:
Booleantrue if an element was removed; otherwise,
false.
See Also