Coderush - 通用 ICollection 的快捷方式
Coderush 中是否有为 ICollection 生成代码的快捷方式?
Is there a shortcut in Coderush to generate code for an ICollection?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CodeRush 当然可以帮助生成各种代码。
如果您的问题可以更具体一些,我会完善这个答案并向您展示您需要什么。
您使用的是哪个版本的 Studio(以及 .Net)?
您希望生成什么类型的代码?
我问这个问题是因为 ICollection 暗示了一个接口,但没有暗示什么进程应该支持它。 您可以选择多种方式来执行此操作。
CodeRush 无法猜测,但如果您有更多线索,我也许可以提供帮助
CodeRush can certainly help with all sorts of code generation.
If you could be a little more specific with your question, I will refine this answer and show you what you need.
Which version of Studio (and hence .Net) are you using?
What sort of code ywould you like to see generated?
I ask because ICollection implies an interface but not what processes should back it. there are many ways in which you might choose to do this.
CodeRush cannot guess but if you have some more clues I might be able to help