Method | Description | |
---|---|---|
Render ( TextToken, token, TextWriter, output, TelegramSinkOptions, options ) : void |
Renders the given text token. Results are written to the output.
|
public static Render ( TextToken, token, TextWriter, output, TelegramSinkOptions, options ) : void | ||
token | TextToken, | The text token. |
output | TextWriter, | The output. |
options | TelegramSinkOptions, | The sink options. |
return | void |