TextDocumentReader(ITextDocument) 构造函数

定义

public:
 TextDocumentReader(Microsoft::AspNetCore::Razor::Text::ITextDocument ^ source);
public TextDocumentReader (Microsoft.AspNetCore.Razor.Text.ITextDocument source);
new Microsoft.AspNetCore.Razor.Text.TextDocumentReader : Microsoft.AspNetCore.Razor.Text.ITextDocument -> Microsoft.AspNetCore.Razor.Text.TextDocumentReader
Public Sub New (source As ITextDocument)

参数

source
ITextDocument

适用于