Is there a possibility to use ReSharper 6.1 to to make my class implement ICloneable
interface for me?
How?
Is there a possibility to use ReSharper 6.1 to to make my class implement ICloneable
interface for me?
How?
Unfortunately, there is no such a feature in Resharper
. Not yet. Closest thing of what you want is Extract Interface option. Which it adds a new interface not existing one.