1 // cs0550-2.cs: `PropertyClass.PropertyInterface.this[bool].get' is an accessor not found in interface member `PropertyInterface.this[bool]'
4 using System
.Runtime
.CompilerServices
;
6 interface PropertyInterface
{
7 int this[bool b
] { set; }
10 public class PropertyClass
: PropertyInterface
{
11 int PropertyInterface
.this [bool b
]{