DebugInfoExpression.EndLine Property

Definition

Gets the end line of this DebugInfoExpression.

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

Property Value

The number of the end line of the code that was used to generate the wrapped expression.

Applies to