C# Класс ilcc.Runtime.TextReaderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
HasMore ( this TextReader ) : bool
ReadChar ( this TextReader ) : char

Описание методов

HasMore() публичный статический Метод

public static HasMore ( this TextReader ) : bool
TextReader this
Результат bool

ReadChar() публичный статический Метод

public static ReadChar ( this TextReader ) : char
TextReader this
Результат char