cleol
[mcs.git] / errors / cs0275.cs
blob217b79374d26ffebbade82f82d813a5657e771a6
1 // cs0275.cs: `Error0275.Message.get': accessibility modifiers may not be used on accessors in an interface
2 // Line: 7
4 public interface Error0275
6 string Message {
7 protected get;
8 set;