ModelTermCollection.Children Property

Returns a list of child terms referenced by this term.

Definition

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

Property Value

IList<ModelTerm>

See Also