codeql/csharp-all
4.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if this parameter is a parameter collection. For example, args is a parameter array in
args
void M(params string[] args) { ... }
predicate isParams()