Click or drag to resize
LineCommentFormat Constructor
Initializes a new instance of the LineCommentFormat class with the specified start text.

Namespace: Tvl.VisualStudio.Text.Commenter
Assembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax
public LineCommentFormat(
	string startText
)

Parameters

startText
Type: SystemString
The prefix for a line comment in the language.
Exceptions
ExceptionCondition
ArgumentNullException If startText is .
ArgumentExceptionIf startText is empty.
See Also