1 // CS0551: Explicit interface implementation `PropertyClass.PropertyInterface.this[bool]' is missing accessor `PropertyInterface.this[bool].get'
4 interface PropertyInterface
6 int this [bool b
] { get; set; }
9 public class PropertyClass
: PropertyInterface
11 int PropertyInterface
.this [bool b
] {