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