C# Class TSQL.IO.TSQLCharacterReader

Inheritance: IDisposable
Afficher le fichier Open project: bruce-dunwiddie/tsql-parser Class Usage Examples

Méthodes publiques

Méthode Description
Putback ( ) : void
Read ( ) : bool
ReadNextNonWhitespace ( ) : bool
TSQLCharacterReader ( TextReader inputStream ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Closes and releases all related resources.

IDisposable ( ) : void

Method Details

Putback() public méthode

public Putback ( ) : void
Résultat void

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadNextNonWhitespace() public méthode

public ReadNextNonWhitespace ( ) : bool
Résultat bool

TSQLCharacterReader() public méthode

public TSQLCharacterReader ( TextReader inputStream ) : System
inputStream TextReader
Résultat System