-
Home
-
API
-
Tomlyn.Syntax
-
TokenKindExtensions
-
Methods
-
ToText(TokenKind)
ToText(TokenKind) Method
Definition
Gets a textual representation of a token kind or null if not applicable (e.g TokenKind.Integer)
public static string? ToText(this TokenKind kind)
Parameters
Returns
- String
- A textual representation of a token kind or null if not applicable (e.g TokenKind.Integer)