C# Class TextReaderExtensions, csharputils

Datei anzeigen Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
HasMore ( this TextReader ) : bool
ReadChar ( this TextReader ) : char

Method Details

HasMore() public static method

public static HasMore ( this TextReader ) : bool
TextReader this
return bool

ReadChar() public static method

public static ReadChar ( this TextReader ) : char
TextReader this
return char