DiagnosticReport.Messages Property

Gets the ordered list of diagnostic messages in this report.

Definition

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

Property Value

IReadOnlyList<DiagnosticMessage>

See Also