public List <string> GetParams() { var constructorArguments = Attr.GetAttributeConstructorArguments(); if (constructorArguments.Count > 0) { constructorArguments.RemoveAt(0); } return(constructorArguments); }