public IAttribute AddAttributeBefore(IAttribute param, IAttribute anchor)
 {
     return(_functionDeclaration.AddAttributeBefore(param, anchor));
 }