Rule Set Evaluation.Violations Property
Gets the canonical, deterministically ordered list of detected rule
violations. Violations are ordered by TriggerIndex
ascending; ties are broken by RuleId in
ordinal order.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public IReadOnlyList<RuleViolation> Violations { get; }