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(ITextBuffer)
public:
 SeekableTextReader(Microsoft::AspNetCore::Razor::Text::ITextBuffer ^ buffer);public SeekableTextReader(Microsoft.AspNetCore.Razor.Text.ITextBuffer buffer);new Microsoft.AspNetCore.Razor.Text.SeekableTextReader : Microsoft.AspNetCore.Razor.Text.ITextBuffer -> Microsoft.AspNetCore.Razor.Text.SeekableTextReaderPublic Sub New (buffer As ITextBuffer)Parameters
- buffer
- ITextBuffer
Applies to
SeekableTextReader(TextReader)
public:
 SeekableTextReader(System::IO::TextReader ^ source);public SeekableTextReader(System.IO.TextReader source);new Microsoft.AspNetCore.Razor.Text.SeekableTextReader : System.IO.TextReader -> Microsoft.AspNetCore.Razor.Text.SeekableTextReaderPublic Sub New (source As TextReader)Parameters
- source
- TextReader
Applies to
SeekableTextReader(String)
public:
 SeekableTextReader(System::String ^ content);public SeekableTextReader(string content);new Microsoft.AspNetCore.Razor.Text.SeekableTextReader : string -> Microsoft.AspNetCore.Razor.Text.SeekableTextReaderPublic Sub New (content As String)Parameters
- content
- String