Method InsertComment
InsertComment(String[])
Injects a comment to the target code.
Declaration
public static void InsertComment(params string[] lines)
Parameters
Type | Name | Description |
---|---|---|
String[] | lines | A list of comment lines, without the |
Remarks
This method is not able to add a comment to an empty block. The block must contain at least one statement.