LookaheadToken(ITextBuffer) 构造函数

定义

public:
 LookaheadToken(Microsoft::AspNetCore::Razor::Text::ITextBuffer ^ buffer);
public LookaheadToken (Microsoft.AspNetCore.Razor.Text.ITextBuffer buffer);
new Microsoft.AspNetCore.Razor.Text.LookaheadToken : Microsoft.AspNetCore.Razor.Text.ITextBuffer -> Microsoft.AspNetCore.Razor.Text.LookaheadToken
Public Sub New (buffer As ITextBuffer)

参数

buffer
ITextBuffer

适用于