Files
codeql/csharp/ql/test/library-tests/indexers/Indexers7.ql
2023-11-10 08:46:15 +01:00

13 lines
210 B
Plaintext

/**
* @name Test for indexers
*/
import csharp
from Indexer i
where
i.getDeclaringType().hasFullyQualifiedName("Indexers", "Grid") and
i.getType() instanceof IntType and
i.getDimension() = 2
select i