ControlRuleSet.Rules Property

Gets the ordered collection of rules in this rule set.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public IReadOnlyList<IProcessRule> Rules { get; }

Property Value

IReadOnlyList<IProcessRule>

See Also