avoid using a custom sources file for the net_2_1_raw profile
[mcs.git] / errors / cs0526.cs
blob95525373c58160f84251cac9771f2a8a4b009a99
1 // CS0526: Interfaces cannot contain contructors
2 // Line: 5
4 public interface Interface {
5 public Interface ()