2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / 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 {