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
)
Public Function Add (
key As Key
) As Boolean
public:
virtual bool Add(
Key key
) sealed
abstract Add :
key : 'Key -> bool
override Add :
key : 'Key -> bool
Parameters
- key
- Type: Key
item to add
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDb.Collection.SortedSetBase`1.Add(`0)"]
See Also