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

Member predicate Parameter :: getPosition

Gets the position of this parameter. For example, the position of x is 0 and the position of y is 1 in

void M(int x, int y) {
  ...
}
int getPosition ( )