RAttributeCollection.Count Property

Gets the number of attributes in the collection.

Definition

Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public int Count { get; }

Property Value

Int32

Implements

ICollection<T>.Count

See Also