Share via


BufferingTextReader(TextReader) Constructor

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the BufferingTextReader class.

public BufferingTextReader (System.IO.TextReader source);
new System.Web.Razor.Text.BufferingTextReader : System.IO.TextReader -> System.Web.Razor.Text.BufferingTextReader
Public Sub New (source As TextReader)

Parameters

source
TextReader

The text reader for the buffer.

Applies to