Variable Parameter.vararg

class Parameter
{
  // ...
  bool vararg;
  // ...
}