Share via


LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType>.IsUnknown 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 IsUnknown ( _
    symbol As TSymbol _
) As Boolean
'Usage
Dim instance As LanguageCharacteristics 
Dim symbol As TSymbol
Dim returnValue As Boolean 

returnValue = instance.IsUnknown(symbol)
public virtual bool IsUnknown(
    TSymbol symbol
)
public:
virtual bool IsUnknown(
    TSymbol symbol
)
abstract IsUnknown : 
        symbol:'TSymbol -> bool  
override IsUnknown : 
        symbol:'TSymbol -> bool
public function IsUnknown(
    symbol : TSymbol
) : boolean

Parameters

  • symbol
    Type: TSymbol
    The symbol to check.

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