Variable Parameters.hasVarargs

class Parameters
{
  // ...
  bool hasVarargs ;
  // ...
}