ISymbolScope.EndOffset Property

Definition

Gets the end offset of the current lexical scope.

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

Property Value

The end offset of the current lexical scope.

Applies to