Click or drag to resize

IScriptTextErrors Property

Gets the compiler errors.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IReadOnlyList<ICompilerDiagnostic> Errors { get; }

Property Value

IReadOnlyListICompilerDiagnostic
See Also