Skip to content

Token<TKind>.ToString Method

Definition

Returns a string representation of this token, i.e. the Kind followed by the Text if the token has any.

public override string ToString();

View source

Returns

String

A string representation of this token.