Click or drag to resize

AbstractScriptErrors 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#
public IReadOnlyList<ICompilerDiagnostic> Errors { get; }

Property Value

IReadOnlyListICompilerDiagnostic

Implements

IScriptTextErrors
See Also