CSharpLanguageCharacteristics.GetKnownSymbolType(KnownSymbolType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override Microsoft::AspNetCore::Razor::Tokenizer::Symbols::CSharpSymbolType GetKnownSymbolType(Microsoft::AspNetCore::Razor::Tokenizer::Symbols::KnownSymbolType type);
public override Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpSymbolType GetKnownSymbolType (Microsoft.AspNetCore.Razor.Tokenizer.Symbols.KnownSymbolType type);
override this.GetKnownSymbolType : Microsoft.AspNetCore.Razor.Tokenizer.Symbols.KnownSymbolType -> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpSymbolType
Public Overrides Function GetKnownSymbolType (type As KnownSymbolType) As CSharpSymbolType
Parameters
- type
- KnownSymbolType