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; }
Public Default Property Item (
key As Key
) As Key
Get
Set
public:
property Key default[Key key] {
Key get (Key key);
void set (Key key, Key value);
}
member Item : 'Key with get, set
Parameters
- key
- Type: Key
The lookup key
Return Value
Type:
KeyThe key matching the lookup key or null if not found
See Also