CodeQL library for C#
codeql/csharp-all 1.0.5-dev (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()