© 2026 Hedgehog Software, LLC
[Conditional("RELEASE")] [AttributeUsage(AttributeTargets.Method)] public class UnExecuteableAttribute : Attribute { }
[Conditional("CLIENT")] private void Execute() { }
[UnExecuteable] private void Execute() { }