SortedMapKey, ValueValues Property |
Gets the internal list of NodeValues
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override IList<Value> Values { get; }
Public Overrides ReadOnly Property Values As IList(Of Value)
Get
public:
virtual property IList<Value>^ Values {
IList<Value>^ get () override;
}
abstract Values : IList<'Value> with get
override Values : IList<'Value> with get
Property Value
Type:
IListValueSee Also