C# Class TextParsing.TextParser

Afficher le fichier Open project: spustlik/plotr

Protected Properties

Свойство Type Description
_reader System.IO.StreamReader

Méthodes protégées

Méthode Description
peek ( ) : char
read ( ) : void

Method Details

peek() protected méthode

protected peek ( ) : char
Résultat char

read() protected méthode

protected read ( ) : void
Résultat void

Property Details

_reader protected_oe property

protected StreamReader,System.IO _reader
Résultat System.IO.StreamReader