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

プロパティ値

Microsoft Intermediate Language (MSIL) の終了オフセット。 これは、現在の構文のスコープのメソッドの先頭からのオフセットです。

実装

適用対象