* TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
[mono-project.git] / mcs / errors / cs0548.cs
blob695eefc3bdfef381bdc418fd8cbda95f58adc678
1 // cs0548.cs: 'PropertyClass.Value' : property or indexer must have at least one accessor
2 // Line: 5
4 class PropertyClass {
5 public int Value {