Share via


CSharpLanguageCharacteristics.GetKnownSymbolType Method

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

Gets the CSharpLanguageCharacteristics in the code.

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

Syntax

'Declaration
Public Overrides Function GetKnownSymbolType ( _
    type As KnownSymbolType _
) As CSharpSymbolType
'Usage
Dim instance As CSharpLanguageCharacteristics 
Dim type As KnownSymbolType 
Dim returnValue As CSharpSymbolType 

returnValue = instance.GetKnownSymbolType(type)
public override CSharpSymbolType GetKnownSymbolType(
    KnownSymbolType type
)
public:
virtual CSharpSymbolType GetKnownSymbolType(
    KnownSymbolType type
) override
abstract GetKnownSymbolType : 
        type:KnownSymbolType -> CSharpSymbolType  
override GetKnownSymbolType : 
        type:KnownSymbolType -> CSharpSymbolType
public override function GetKnownSymbolType(
    type : KnownSymbolType
) : CSharpSymbolType

Parameters

Return Value

Type: System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType
The CSharpLanguageCharacteristics in the code.

See Also

Reference

CSharpLanguageCharacteristics Class

System.Web.Razor.Parser Namespace