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