Click or drag to resize

BTreeSetIteratorKeyGoTo Method (Key)

Positions iterator at Key object or where Key would be inserted if added to the set.

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

Parameters

key
Type: Key
The object to position iterator near

Return Value

Type: Boolean
true if an exact match was found; otherwise false
See Also