* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
[mono-project.git] / mcs / errors / cs3008-4.cs
blobcccce3454a22e963db979933e1b28fff0ff50513
1 // cs3008-4.cs: Identifier `_I' is not CLS-compliant
2 // Line: 7
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface _I {