Resharper 4.5:如何丢弃接口并将所有引用更改为唯一的实现?
鉴于:
- 我有一个界面。
- 我只有实现该接口的类。
问题:
使用 Resharper 4.5 - 如何放弃该接口并将所有引用更改为唯一的实现?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎没有一种方法可以一步“自动”完成此操作。
在这种情况下我会做如下:
“更改所有 IYourInterfaceName”
并键入具体的类名称。希望有帮助。
There doesn't seem to be a way to do this "automagically" in one step.
What I would do in this situation is the following:
"Change all IYourInterfaceName"
and typing the concrete class name.Hope that helps.