mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01: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
|