BTreeBaseKey, ValueRemove Method (Key, Byte) |
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,
byte[] comparisonArray
)
Public Function Remove (
key As Key,
comparisonArray As Byte()
) As Boolean
public:
bool Remove(
Key key,
array<unsigned char>^ comparisonArray
)
member Remove :
key : 'Key *
comparisonArray : byte[] -> bool
Parameters
- key
- Type: Key
[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Remove(`0,System.Byte[])"]
- comparisonArray
- Type: SystemByte
[Missing <param name="comparisonArray"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Remove(`0,System.Byte[])"]
Return Value
Type:
Booleantrue if an element was removed; otherwise,
false.
See Also