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
)
Public Function IndexOf (
aKey As Key
) As Integer
public:
int IndexOf(
Key aKey
)
member IndexOf :
aKey : 'Key -> int
Parameters
- aKey
- Type: Key
The lookup key
Return Value
Type:
Int32The index of key or -1 if a matching key was not found.
See Also