C# Class System.IO.TextReader.NullTextReader

Inheritance: TextReader
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
NullTextReader ( ) : System.Text
Read ( char buffer, int index, int count ) : int
ReadLine ( ) : string

Method Details

NullTextReader() public method

public NullTextReader ( ) : System.Text
return System.Text

Read() public method

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

ReadLine() public method

public ReadLine ( ) : string
return string