| SortedSetBaseKeyAdd Method  | 
 
            Add item to this sorted set.
            
 
    Namespace: 
   VelocityDb.Collection
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic 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
See Also