JSScanner.GetCurrentLine 方法

定义

获取代码中的当前行号。 这是在扫描代码时移动的指针。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 int GetCurrentLine();
public int GetCurrentLine ();
member this.GetCurrentLine : unit -> int
Public Function GetCurrentLine () As Integer

返回

Int32

代码中的当前行号。

适用于

另请参阅