CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.EndOfLineCommentMark Property

Gets or sets the end-of-line comment mark.

public String EndOfLineCommentMark {get; set;}

Property Value

The end-of-line comment mark.

Remarks

In contrast to closed comments (which use the ClosedCommentStartMark and ClosedCommentEndMark delimiters, this type of comment ends at the end of the line. Default is

//
.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace