SourceLocation.EndColumn 屬性

定義

取得原始碼檔案中一個或多個欄位的最後一欄。

public:
 property int EndColumn { int get(); };
public int EndColumn { get; }
member this.EndColumn : int
Public ReadOnly Property EndColumn As Integer

屬性值

一個整數代表一欄中最後一欄。

適用於