SortedSetBaseKeyRemove Method |
Remove item from this set
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual bool Remove(
Key key
)
Public Overridable Function Remove (
key As Key
) As Boolean
public:
virtual bool Remove(
Key key
)
abstract Remove :
key : 'Key -> bool
override Remove :
key : 'Key -> bool
Parameters
- key
- Type: Key
item to remove
Return Value
Type:
Booleantrue if removed; false if not (i.e. if the item wasn't in the SortedSetBase)
See Also