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

Member predicate Parameter :: isParams

Holds if this parameter is a parameter array. For example, args is a parameter array in

void M(params string[] args) {
  ...
}
predicate isParams ( )