Skip to content

M_Cyjb_Text_SourceReader_Read

CYJB edited this page Sep 9, 2022 · 8 revisions

SourceReader.Read 方法

读取文本读取器中的下一个字符并使该字符的位置提升一个字符。

Namespace: Cyjb.Text
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.0

语法

C#

public char Read()

返回值

Type: Char
文本读取器中的下一个字符,或为 -1(如果没有更多的可用字符)。

参见

Reference

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

Clone this wiki locally