// cs3008.cs: Identifier '_I' is not CLS-compliant // Line: 7 using System; [assembly:CLSCompliant(true)] public interface _I { }