LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.IsUnknown 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:
virtual bool IsUnknown(TSymbol symbol);
public virtual bool IsUnknown (TSymbol symbol);
abstract member IsUnknown : 'Symbol -> bool
override this.IsUnknown : 'Symbol -> bool
Public Overridable Function IsUnknown (symbol As TSymbol) As Boolean
Parameters
- symbol
- TSymbol