codeql/csharp-all
5.1.2-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if this parameter is an output parameter. For example, p is an output parameter in
p
void M(out int p) { ... }
predicate isOut()