Click or drag to resize

CompilerDiagnosticColumn Property

Gets the text column number, or null if no column 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? Column { get; }

Property Value

NullableInt32

Implements

ICompilerDiagnosticColumn
See Also