BufferingTextReader(TextReader) Konstruktor

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci BufferingTextReader třídy.

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)

Parametry

source
TextReader

Čtečka textu pro vyrovnávací paměť.

Platí pro