Click or drag to resize

SortedSetBaseKeyItem Property

Given a lookup key, returns the corresponding key within the collection or null if not found

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Key this[
	Key key
] { get; set; }

Parameters

key
Type: Key
The lookup key

Return Value

Type: Key
The key matching the lookup key or null if not found
See Also