LineCommentFormat Class |
Namespace: Tvl.VisualStudio.Text.Commenter
The LineCommentFormat type exposes the following members.
Name | Description | |
---|---|---|
LineCommentFormat |
Initializes a new instance of the LineCommentFormat class with the specified start text.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
For the purpose of this implementation, a line comment is a comment that extends from a predefined prefix to the end of the current line.
Note |
---|
The exact semantics of a line comment are not dictated by this data structure. The implementation of ICommenter provided by an extension for a particular content type is responsible for the behavior of comments. |