BTreeMapBaseKey, ValueValues Property |
Gets a collection containing the values of this object
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ICollection<Value> Values { get; }
Public ReadOnly Property Values As ICollection(Of Value)
Get
public:
virtual property ICollection<Value>^ Values {
ICollection<Value>^ get () sealed;
}
abstract Values : ICollection<'Value> with get
override Values : ICollection<'Value> with get
Property Value
Type:
ICollectionValueSee Also