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
)
Public Function GoTo (
key As Key
) As Boolean
public:
bool GoTo(
Key key
)
member GoTo :
key : 'Key -> bool
Parameters
- key
- Type: Key
The object to position iterator near
Return Value
Type:
Booleantrue if an exact match was found; otherwise false
See Also