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; }
Public ReadOnly Property Keys As ICollection(Of Key)
Get
public:
virtual property ICollection<Key>^ Keys {
ICollection<Key>^ get () sealed;
}
abstract Keys : ICollection<'Key> with get
override Keys : ICollection<'Key> with get
Return Value
Type:
ICollectionKeyAn
ICollectionT containing the keys of the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueKeysSee Also