SymScope.EndOffset 속성

정의

현재 어휘 범위의 종료 오프셋을 가져옵니다.

public:
 virtual property int EndOffset { int get(); };
public override int EndOffset { get; }
public virtual int EndOffset { get; }
member this.EndOffset : int
Public Overrides ReadOnly Property EndOffset As Integer
Public Overridable ReadOnly Property EndOffset As Integer

속성 값

종료 MSIL(Microsoft Intermediate Language) 오프셋입니다. 이것은 현재 어휘 범위의 메서드 시작 부분부터의 오프셋입니다.

구현

적용 대상