advanced-security/qtil-csharp
0.0.3
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()