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