Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
LispEngine
Lexing
TextReaderCharSource
C# Class LispEngine.Lexing.TextReaderCharSource
Inheritance:
CharSource
显示文件
Open project: Patient0/FirstClassLisp
Public Methods
Method
Description
Peek
( ) :
int
Read
( ) :
int
TextReaderCharSource
(
TextReader
reader
) :
System
Private Methods
Method
Description
init
( ) :
void
Method Details
Peek()
public
method
public
Peek
( ) :
int
return
int
Read()
public
method
public
Read
( ) :
int
return
int
TextReaderCharSource()
public
method
public
TextReaderCharSource
(
TextReader
reader
) :
System
reader
TextReader
return
System