DebugInfoExpression.EndLine 属性

定义

获取此 DebugInfoExpression 的结束行。

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

属性值

Int32

用于生成包装表达式的代码的结束行号。

适用于