Click or drag to resize

BTreeSetIterator<Key>.GoTo Method (Key,Byte[])

Positions iterator at Key object or where Key would be inserted if added to the set. This function is normally only used internally by VelocityDb.

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

Parameters

key
Type: Key
The object to position iterator near
comparisonArray
Type:System.Byte[]
Contains bytes used for comparing with other arrays for NodeKeys within the set

Return Value

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