CodeWriter.AutoGeneratedCommentText property
Gets or sets the text of the auto-generated comment to be added at the top of the generated code. The default value is "// ".
public string AutoGeneratedCommentText { get; set; }
See Also
- class CodeWriter