SourceLocation.EndColumn Propriedade
Definição
Obtém a coluna final em um intervalo de uma ou mais colunas no arquivo de código-fonte.Gets the final column in a range of one or more columns in the source code file.
public:
property int EndColumn { int get(); };
public int EndColumn { get; }
member this.EndColumn : int
Public ReadOnly Property EndColumn As Integer
Valor da propriedade
Um inteiro que representa a coluna final em um intervalo de colunas.An integer representing the final column in a range of columns.