次の方法で共有


SeekableTextReader コンストラクター

定義

オーバーロード

SeekableTextReader(ITextBuffer)
SeekableTextReader(TextReader)
SeekableTextReader(String)

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.SeekableTextReader
Public Sub New (buffer As ITextBuffer)

パラメーター

buffer
ITextBuffer

適用対象

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.SeekableTextReader
Public Sub New (source As TextReader)

パラメーター

source
TextReader

適用対象

SeekableTextReader(String)

public:
 SeekableTextReader(System::String ^ content);
public SeekableTextReader (string content);
new Microsoft.AspNetCore.Razor.Text.SeekableTextReader : string -> Microsoft.AspNetCore.Razor.Text.SeekableTextReader
Public Sub New (content As String)

パラメーター

content
String

適用対象