CompilerError.SourceColumn 字段
定义
指定导致诊断的源文本列(从 1 开始),如果没有列信息,则为 0。Specifies the column of the source text that caused the diagnostic (1-based), or 0 if there is no column information.
public: int SourceColumn;
public int SourceColumn;
val mutable SourceColumn : int
Public SourceColumn As Integer