Skip to content

M_Cyjb_Text_LinePositionSpan__ctor

CYJB edited this page Mar 20, 2024 · 12 revisions

LinePositionSpan 构造函数

使用指定的起始和结束位置初始化。

Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public LinePositionSpan(
	LinePosition start,
	LinePosition end
)

参数

 

start
Type: Cyjb.Text.LinePosition
起始行位置。
end
Type: Cyjb.Text.LinePosition
结束起始行位置(不含)。

Exceptions

 

异常 条件
ArgumentOutOfRangeException end 小于 start

参见

Reference

LinePositionSpan 结构
Cyjb.Text 命名空间

Clone this wiki locally