Example #1
0
        public List <string> GetParams()
        {
            var constructorArguments = Attr.GetAttributeConstructorArguments();

            if (constructorArguments.Count > 0)
            {
                constructorArguments.RemoveAt(0);
            }
            return(constructorArguments);
        }