Click or drag to resize

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
)

Parameters

key
Type: Key
item to remove

Return Value

Type: Boolean
true if removed; false if not (i.e. if the item wasn't in the SortedSetBase)
See Also