Click or drag to resize

CompilerDiagnosticLine Property

Gets the text line number, or null if no line number applies.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int? Line { get; }

Property Value

NullableInt32

Implements

ICompilerDiagnosticLine
See Also