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