Property SlashSlashComments
SlashSlashComments
Specifies whether "slash-slash" (C++-style) comments shall be recognized.
This kind of comment ends at the end of the line.
true
if //
should be recognized as the start
of a comment, false
otherwise.
Declaration
public bool SlashSlashComments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |