Share via


VBLanguageCharacteristics.GetKnownSymbolType(KnownSymbolType) Method

Definition

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

public override System.Web.Razor.Tokenizer.Symbols.VBSymbolType GetKnownSymbolType (System.Web.Razor.Tokenizer.Symbols.KnownSymbolType type);
override this.GetKnownSymbolType : System.Web.Razor.Tokenizer.Symbols.KnownSymbolType -> System.Web.Razor.Tokenizer.Symbols.VBSymbolType
Public Overrides Function GetKnownSymbolType (type As KnownSymbolType) As VBSymbolType

Parameters

type
KnownSymbolType

The type to retrieve.

Returns

The type of the known symbol.

Applies to