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

Member predicate Parameter::isParams

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

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