Adds a trailing comment to a key/value node.
public static KeyValueSyntax AddTrailingComment(this KeyValueSyntax keyValue, string comment)
The key/value node.
The comment text.