Resharper 4.5: How can I discard an interface and change all references to the only implementation?

Posted by Jim G. on Stack Overflow See other posts from Stack Overflow or by Jim G.
Published on 2010-04-05T19:49:01Z Indexed on 2010/04/05 19:53 UTC
Read the original article Hit count: 248

Filed under:
|
|
|

Given:

  • I have an interface.
  • I have only class that implements that interface.

Question:

With Resharper 4.5 - How can I discard that interface and change all references to the only implementation?

© Stack Overflow or respective owner

Related posts about resharper-4.5

Related posts about interface