2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs3014.cs
blob0c63ae5cd196778c5182b1fb44e85a86c4cb4a06
1 // cs3014.cs: `I.Valid(bool)' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 8
4 using System;
6 public interface I {
7 [CLSCompliant (true)]
8 void Valid (bool arg);