1 // CS0737: `MySubClass' does not implement interface member `System.ICloneable.Clone()' and the best implementing candidate `MyTest.Clone()' is not public
6 public class MySubClass
: MyTest
, ICloneable
12 internal object Clone ()
14 return MemberwiseClone ();