CodeQL library for C#
codeql/csharp-all 0.9.0 (changelog, source)
Search

Member predicate ArrayType::getDimension

Gets the dimension of this array type. For example int[][] is of dimension 2, while int[] is of dimension 1.

int getDimension()