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