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