Click or drag to resize

SortedSetBaseKeyIndexOf Method

Get the index of a given key

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int IndexOf(
	Key aKey
)

Parameters

aKey
Type: Key
The lookup key

Return Value

Type: Int32
The index of key or -1 if a matching key was not found.
See Also