TextReader Members
The following tables list the members exposed by the TextReader type.
Protected Constructors
| Name | Description | |
|---|---|---|
![]() |
TextReader | Initializes a new instance of the TextReader class |
Public Fields
| Name | Description | |
|---|---|---|
![]() |
Null | Specifies a null stream. |
Public Methods
| Name | Description | |
|---|---|---|
![]() |
Close | Closes the TextReader and releases the system resources it holds. |
![]() |
Dispose | Overloaded. Releases the resources held by a TextReader object. |
![]() |
Peek | Reads the next character without changing the state of the reader or the character source. |
![]() |
Read | Overloaded. Reads characters from the TextReader object. |
![]() |
ReadLine | Reads a line of characters from the current stream and returns the data as a string. |
.gif)
.gif)
.gif)