Share via


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.IsAtEmbeddedTransition Method

Definition

protected:
 virtual bool IsAtEmbeddedTransition(bool allowTemplatesAndComments, bool allowTransitions);
protected virtual bool IsAtEmbeddedTransition (bool allowTemplatesAndComments, bool allowTransitions);
abstract member IsAtEmbeddedTransition : bool * bool -> bool
override this.IsAtEmbeddedTransition : bool * bool -> bool
Protected Overridable Function IsAtEmbeddedTransition (allowTemplatesAndComments As Boolean, allowTransitions As Boolean) As Boolean

Parameters

allowTemplatesAndComments
Boolean
allowTransitions
Boolean

Returns

Applies to