Token IsNumericLiteral Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates whether this token represents a literal, which is a numeric literal (i.e. int, double) This flag is useful for pattern searches that look for particular constant values in numbers (i.e. year = 2000)

Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract bool IsNumericLiteral { get; }

Property Value

Type: OnlineBoolean
See Also