Click or drag to resize

BTreeBaseKey, ValueAdd Method (Key)

Adds an element to the set and returns a value that indicates if it was successfully added

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

Parameters

key
Type: Key
The object being added

Return Value

Type: Boolean
true if an element was added; otherwise, false.
See Also