Skip to content

Overload_Cyjb_Text_SourceReader_Peek

CYJB edited this page Mar 15, 2024 · 2 revisions

SourceReader.Peek 方法

返回之后可用的字符,但不使用它。

重载列表

 

名称 说明
公共方法 Peek() 返回下一个可用的字符,但不使用它。
公共方法 Peek(Int32) 返回文本读取器中之后的 offset 偏移的字符,但不使用它。 Peek(0) 等价于 Peek()
  Back to Top

参见

Reference

SourceReader 类
Cyjb.Text 命名空间

Clone this wiki locally