Share via


TextReader Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the TextReader class.

Namespace:  System.IO
Assembly:  System.IO (in System.IO.dll)

Syntax

'Declaration
Protected Sub New
protected TextReader()
protected:
TextReader()
new : unit -> TextReader
protected function TextReader()

Remarks

Use this constructor for derived classes.

.NET Framework Security

See Also

Reference

TextReader Class

System.IO Namespace