Share via


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)

Syntax

'Declaration
Protected Function At ( _
    keyword As VBKeyword _
) As Boolean
'Usage
Dim keyword As VBKeyword 
Dim returnValue As Boolean 

returnValue = Me.At(keyword)
protected bool At(
    VBKeyword keyword
)
protected:
bool At(
    VBKeyword keyword
)
member At : 
        keyword:VBKeyword -> bool
protected function At(
    keyword : VBKeyword
) : boolean

Parameters

Return Value

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

See Also

Reference

VBCodeParser Class

At Overload

System.Web.Razor.Parser Namespace