Click or drag to resize

IScriptCompilerFailedResultCompileErrors Property

Gets the list of compilation errors.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IReadOnlyList<ICompilerDiagnostic> CompileErrors { get; }

Property Value

IReadOnlyListICompilerDiagnostic
See Also