SeekableTextReader Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SeekableTextReader(TextReader) |
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 SeekableTextReader class. |
SeekableTextReader(String) |
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 SeekableTextReader class. |
SeekableTextReader(ITextBuffer) |
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 SeekableTextReader class. |
SeekableTextReader(TextReader)
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 SeekableTextReader class.
public SeekableTextReader(System.IO.TextReader source);
new System.Web.Razor.Text.SeekableTextReader : System.IO.TextReader -> System.Web.Razor.Text.SeekableTextReader
Public Sub New (source As TextReader)
Parameters
- source
- TextReader
The source reader.
Applies to
SeekableTextReader(String)
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 SeekableTextReader class.
public SeekableTextReader(string content);
new System.Web.Razor.Text.SeekableTextReader : string -> System.Web.Razor.Text.SeekableTextReader
Public Sub New (content As String)
Parameters
- content
- String
The string content.
Applies to
SeekableTextReader(ITextBuffer)
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 SeekableTextReader class.
public SeekableTextReader(System.Web.Razor.Text.ITextBuffer buffer);
new System.Web.Razor.Text.SeekableTextReader : System.Web.Razor.Text.ITextBuffer -> System.Web.Razor.Text.SeekableTextReader
Public Sub New (buffer As ITextBuffer)
Parameters
- buffer
- ITextBuffer
The text buffering.