SortedSetOidShortKeyKeys Property |
Gets the internal sorted list of objects contained in the set.
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override IList<Key> Keys { get; }
Public Overrides ReadOnly Property Keys As IList(Of Key)
Get
public:
virtual property IList<Key>^ Keys {
IList<Key>^ get () override;
}
abstract Keys : IList<'Key> with get
override Keys : IList<'Key> with get
Property Value
Type:
IListKeySee Also