Click or drag to resize

BTreeMapKey, ValueKeys Property

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public ICollection<Key> Keys { get; }

Return Value

Type: ICollectionKey
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys
See Also