Property SlashStarComments
SlashStarComments
Specifies whether "slash-star" (C-style) comments shall be recognized.
Slash-star comments cannot be nested and end when a star-slash
combination is found.
true
if /*
should be recognized as the start
of a comment, false
otherwise.
Declaration
public bool SlashStarComments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |