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: 8.2.1.0 (8.2.1)
Syntaxpublic 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