CodeQL library for C#
codeql/csharp-all 0.9.1 (changelog, source)
Search

Class GenericGeneratedCodeComment

A generic comment line that suggests that the file is generated.

Import path

import semmle.code.csharp.commons.GeneratedCode

Direct supertypes

Indirect supertypes

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

Charpred