RAttributeCollection.Values Property

Gets a collection of the values of the attributes.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public ICollection<RObject> Values { get; }

Property Value

ICollection<RObject>

Implements

IDictionary<TKey, TValue>.Values

See Also