Skip to content

M_Cyjb_Text_SourceReader_GetPosition

CYJB edited this page Mar 23, 2024 · 8 revisions

SourceReader.GetPosition 方法

返回指定索引的行列位置,需要提前 UseLineLocator(Int32)

Namespace: Cyjb.Text
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public <a href="https://github.com/CYJB/Cyjb/wiki/T_Cyjb_Text_LinePosition" target="_blank" rel="noopener noreferrer">Cyjb.Text.LinePosition</a> GetPosition(
	int index
)

参数

 

index
Type: System.Int32
要检查行列位置的索引。

返回值

Type: Cyjb.Text.LinePosition
指定索引的行列位置。

Exceptions

 

异常 条件
InvalidOperationException 未提前调用 UseLineLocator(Int32)

参见

Reference

SourceReader 类
Cyjb.Text 命名空间

Clone this wiki locally