-
Home
-
API
-
Tomlyn.Syntax
-
TokenKindExtensions
-
Methods
-
IsInteger(TokenKind)
IsInteger(TokenKind) Method
Definition
Checks if the specified kind is an integer
public static bool IsInteger(this TokenKind kind)
Parameters
Returns
- Boolean
true if the specified kind is an integer.