ModelTermCollection.Children Property

Returns a list of child terms referenced by this term.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override IList<ModelTerm> Children { get; }

Property Value

IList<ModelTerm>

See Also