VBCodeParser.At Method (VBKeyword)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Determines whether the given keyword is ‘AT’.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

member At : 
        keyword:VBKeyword -> bool

Parameters

keyword
Type: System.Web.Razor.Tokenizer.Symbols.VBKeyword
The keyword.

Return Value

Type: System.Boolean
true if the given keyword is ‘AT’; otherwise, false.
Show: