C# Class Parseq.CharStream.Reader

Inheritance: IDisposable
Exibir arquivo Open project: linerlock/parseq Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Peek ( ) : Int32
Read ( ) : Int32
Reader ( TextReader baseReader ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Peek() public method

public Peek ( ) : Int32
return System.Int32

Read() public method

public Read ( ) : Int32
return System.Int32

Reader() public method

public Reader ( TextReader baseReader ) : System
baseReader System.IO.TextReader
return System