Share via


TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.At Method

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

Determines whether the token is at the specified type.

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

Syntax

'Declaration
Protected Friend Function At ( _
    type As TSymbolType _
) As Boolean
'Usage
Dim type As TSymbolType
Dim returnValue As Boolean 

returnValue = Me.At(type)
protected internal bool At(
    TSymbolType type
)
protected public:
bool At(
    TSymbolType type
)
member At : 
        type:'TSymbolType -> bool
function At(
    type : TSymbolType
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the token is at the specified type; otherwise, false.

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace