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

Member predicate ArrayType::getRank

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

int getRank()