Share via


CSharpCodeParser.At Method (CSharpKeyword)

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

Determines whether the code contains ‘AT’ keyword.

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

Syntax

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

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

Parameters

Return Value

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

See Also

Reference

CSharpCodeParser Class

At Overload

System.Web.Razor.Parser Namespace