Click or drag to resize

ScriptCompilerFailedResultCompileErrors Property

[Missing <summary> documentation for "P:Altaxo.Main.Services.ScriptCompilation.ScriptCompilerFailedResult.CompileErrors"]


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

Property Value

IReadOnlyListICompilerDiagnostic

Implements

IScriptCompilerFailedResultCompileErrors
See Also