Skip to content

M_Cyjb_Text_SourceReader_Accept

CYJB edited this page Mar 3, 2023 · 8 revisions

SourceReader.Accept 方法

将当前位置之前的数据全部丢弃,并返回被丢弃的数据。之后的 Unget() 操作至多回退到当前位置。

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

语法

C#

public string Accept()

返回值

Type: String
当前位置之前的数据。

参见

Reference

SourceReader 类
Cyjb.Text 命名空间

Clone this wiki locally