ISymbolScope.StartOffset Property

Definition

Gets the start offset of the current lexical scope.

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

Property Value

The start offset of the current lexical scope.

Applies to