RAttributeCollection.Keys Property

Gets a collection of the names of the attributes.

Definition

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

Property Value

ICollection<String>

Implements

IDictionary<TKey, TValue>.Keys

See Also