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