C# Class Tp.Web.Extensions.Components.PushBackTextReader

Not a real text reader, but still is very handy.
Inheritance: IDisposable
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Match ( string s ) : bool
Push ( char s ) : void
Push ( string s ) : void
PushBackTextReader ( TextReader reader ) : System
Read ( ) : bool
Read ( int count ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Match() public méthode

public Match ( string s ) : bool
s string
Résultat bool

Push() public méthode

public Push ( char s ) : void
s char
Résultat void

Push() public méthode

public Push ( string s ) : void
s string
Résultat void

PushBackTextReader() public méthode

public PushBackTextReader ( TextReader reader ) : System
reader TextReader
Résultat System

Read() public méthode

public Read ( ) : bool
Résultat bool

Read() public méthode

public Read ( int count ) : bool
count int
Résultat bool