Click or drag to resize

SortedSetBaseKeyAdd Method

Add item to this sorted set.

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

Parameters

key
Type: Key
item to add

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDb.Collection.SortedSetBase`1.Add(`0)"]

See Also