Share via


LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType>.KnowsSymbolType Method

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

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

Syntax

'Declaration
Public Overridable Function KnowsSymbolType ( _
    type As KnownSymbolType _
) As Boolean
'Usage
Dim instance As LanguageCharacteristics 
Dim type As KnownSymbolType 
Dim returnValue As Boolean 

returnValue = instance.KnowsSymbolType(type)
public virtual bool KnowsSymbolType(
    KnownSymbolType type
)
public:
virtual bool KnowsSymbolType(
    KnownSymbolType type
)
abstract KnowsSymbolType : 
        type:KnownSymbolType -> bool  
override KnowsSymbolType : 
        type:KnownSymbolType -> bool
public function KnowsSymbolType(
    type : KnownSymbolType
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the symbol is an unknown type; otherwise, false.

See Also

Reference

LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace