CSharpCodeParser.AcceptIf(CSharpKeyword) Method
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.
protected public:
bool AcceptIf(Microsoft::AspNetCore::Razor::Tokenizer::Symbols::CSharpKeyword keyword);
protected internal bool AcceptIf (Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpKeyword keyword);
member this.AcceptIf : Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpKeyword -> bool
Protected Friend Function AcceptIf (keyword As CSharpKeyword) As Boolean
Parameters
- keyword
- CSharpKeyword