ModelTermCollection.Count Property

Gets the number of terms in the collection.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Count { get; }

Property Value

Int32

Implements

ICollection<T>.Count

See Also