codeql/csharp-all
4.0.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the rank of this array type. For example int[,] is of rank 2, while int[] is of rank 1.
int[,]
int[]
int getRank()