namespace Bodk.Device.Storage.Attributes; [AttributeUsage(AttributeTargets.Method | AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public class IgnoreAttribute : Attribute { }