| LineCommentFormat Constructor |
Initializes a new instance of the
LineCommentFormat class with the specified start text.
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax public LineCommentFormat(
string startText
)
Public Sub New (
startText As String
)
public:
LineCommentFormat(
String^ startText
)
new :
startText : string -> LineCommentFormat
Parameters
- startText
- Type: SystemString
The prefix for a line comment in the language.
Exceptions See Also