Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for C#
codeql/csharp-all 5.1.6 (changelog, source)

Member predicate ArrayCreation::getLengthArgument

Gets the ith dimension’s length argument of this array creation, for example the second (i = 1) dimension’s length is 10 in

new int[5, 10]
Expr getLengthArgument(int i)