using System; namespace AspClassic.Scripting; [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] public sealed class ParamDictionaryAttribute : Attribute { }