Adds a trailing comment to the node.
public static T AddTrailingComment<T>(this T node, string comment) where T : SyntaxNode
The target node.
The comment text.