1 2 3 4 5 6 7 8
// CS0582: Conditional not valid on interface members // Line: 5 interface Interface { [System.Diagnostics.ConditionalAttribute("DEBUG")] void Method (); }