SymVariable.EndOffset Property

Definition

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

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

Property Value

The end offset of the variable.

Implements

Remarks

This property applies only to local variables.

Applies to