Share via


LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.IsTransition Method

Definition

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

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

The symbol to check.

Returns

true if the symbol is a transition type; otherwise, false.

Applies to