C# Class TextReaderExtensions, csharputils

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
HasMore ( this TextReader ) : bool
ReadChar ( this TextReader ) : char

Method Details

HasMore() public static méthode

public static HasMore ( this TextReader ) : bool
TextReader this
Résultat bool

ReadChar() public static méthode

public static ReadChar ( this TextReader ) : char
TextReader this
Résultat char