C# Class clojure.lang.LineNumberingTextReader

Inheritance: PushbackTextReader, IDisposable
Afficher le fichier Open project: richhickey/clojure-clr Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
LineNumberingTextReader ( TextReader reader ) : System
Read ( ) : int
Unread ( int ch ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
NoteLineAdvance ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LineNumberingTextReader() public méthode

public LineNumberingTextReader ( TextReader reader ) : System
reader System.IO.TextReader
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

Unread() public méthode

public Unread ( int ch ) : void
ch int
Résultat void