Click or drag to resize

IScriptTextErrors Property

Returns the compiler errors as array of strings.

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

Property Value

IReadOnlyListICompilerDiagnostic
See Also