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