IsInteger(TokenKind) Method

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Checks if the specified kind is an integer

public static bool IsInteger(this TokenKind kind)

Parameters

kind
TokenKind

A token kind

Returns

Boolean
true if the specified kind is an integer.