using System; namespace Sandbox; /// /// Ask codegen to shit itself if the parameter isn't passed in as a string literal /// [AttributeUsage( AttributeTargets.Parameter )] public class StringLiteralOnlyAttribute : System.Attribute { }