Method SetCommentChar
| Improve this Doc View SourceSetCommentChar(Char)
Sets the character that will define the beginning of a comment.
Declaration
IEnvLoader SetCommentChar(char commentChar)
Parameters
Type | Name | Description |
---|---|---|
Char | commentChar | The character that defines the beginning of a comment. |
Returns
Type | Description |
---|---|
IEnvLoader | An instance implementing the fluent interface. |