RAttributeCollection.Keys Property

Gets a collection of the names of the attributes.

Definition

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

Property Value

ICollection<String>

Implements

IDictionary<TKey, TValue>.Keys

See Also