C# Class TSQL.IO.TSQLCharacterReader

Inheritance: IDisposable
Datei anzeigen Open project: bruce-dunwiddie/tsql-parser Class Usage Examples

Public Methods

Method Description
Putback ( ) : void
Read ( ) : bool
ReadNextNonWhitespace ( ) : bool
TSQLCharacterReader ( TextReader inputStream ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Closes and releases all related resources.

IDisposable ( ) : void

Method Details

Putback() public method

public Putback ( ) : void
return void

Read() public method

public Read ( ) : bool
return bool

ReadNextNonWhitespace() public method

public ReadNextNonWhitespace ( ) : bool
return bool

TSQLCharacterReader() public method

public TSQLCharacterReader ( TextReader inputStream ) : System
inputStream TextReader
return System