using System; namespace Model { [AttributeUsage(AttributeTargets.Class, Inherited = false)] public class ILBindingAttribute : Attribute { } }