Share via


LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.IsIdentifier 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 an identifier type.

public virtual bool IsIdentifier (TSymbol symbol);
abstract member IsIdentifier : 'Symbol -> bool
override this.IsIdentifier : 'Symbol -> bool
Public Overridable Function IsIdentifier (symbol As TSymbol) As Boolean

Parameters

symbol
TSymbol

The symbol to check.

Returns

true if the symbol is an identifier type; otherwise, false.

Applies to