ISymbolVariable.EndOffset Property

Definition

Gets the end offset of a variable within the scope of the variable.

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 variable.

Remarks

This property only applies to local variables.

Applies to