1 // CS0111: A member `MyClass.IMyInterface<System.String>.Prop' is already defined. Rename this member or use different parameter types
6 interface IMyInterface
<T
>
11 public class MyClass
: IMyInterface
<string>
13 bool IMyInterface
<string>.Prop
18 bool IMyInterface
<System
.String
>.Prop