/**
  * @param array $aList
  *
  * @return \MailSo\Mime\ParameterCollection
  *
  * @throws \MailSo\Base\Exceptions\InvalidArgumentException
  */
 public function SetAsArray($aList)
 {
     parent::SetAsArray($aList);
     return $this;
 }