Holds if this parameter is a parameter array. For example, args
is a parameter array in
void M(params string[] args) {
...
}
predicate
isParams
(
)