Skip to content

M_Cyjb_Text_SourceReader_ReadBlock_1

CYJB edited this page Mar 23, 2024 · 6 revisions

SourceReader.ReadBlock 方法 (Int32, Int32)

读取指定范围的文本。

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

语法

C#

public StringView ReadBlock(
	int index,
	int count
)

参数

 

index
Type: System.Int32
起始索引。
count
Type: System.Int32
要读取的长度。

返回值

Type: StringView
指定范围的文本。

Exceptions

 

异常 条件
ArgumentOutOfRangeException index 不在已保留的字符缓冲范围内。
ArgumentOutOfRangeException index + count 超出当前已读取的字符范围。

参见

Reference

SourceReader 类
ReadBlock 重载
Cyjb.Text 命名空间

Clone this wiki locally