mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
/**
|
|
* @name Test for delegates
|
|
*/
|
|
import csharp
|
|
|
|
from DelegateType d
|
|
where d.hasName("FooDelegate")
|
|
and d.getNumberOfParameters() = 3
|
|
select d
|