다음을 통해 공유


SourceLocation.EndLine 속성

정의

소스 코드 파일에서 하나 이상 줄 범위의 마지막 줄을 가져옵니다.

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

속성 값

Int32

줄 범위의 마지막 줄을 나타내는 정수입니다.

적용 대상