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