Class GeneratedCodeComment
A comment line that indicates generated code.
Import path
import semmle.code.csharp.commons.GeneratedCodeDirect supertypes
Indirect supertypes
Known direct subtypes
Inherited predicates
| getLocation | Gets the location of this comment line. | from CommentLine |
| getParent | Gets the containing comment block. | from CommentLine |
| getRawText | Gets the raw text of the comment, including the comment markers. | from CommentLine |
| getText | Gets the text in the comment, trimmed to remove comment markers and leading and trailing whitespace. | from CommentLine |
| toString | Gets a textual representation of this comment line. | from CommentLine |