本文介绍了使用“转换为自动属性”同时使用多个属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我发现自己经常使用Resharper的转换为自动属性进行重构,以删除C#3.0之前的样板代码。
有没有一种方法可以一次将它应用于单个类中的所有属性?
解决方案
ReSharper可以做到:
Options->代码清理->如果可能,请使用自动属性
运行该类的代码清理-您应该完成。 / p>
I find myself using Resharper's "convert to auto property" refactoring a lot to remove pre C# 3.0 boilerplate code.
Is there a way I can apply this to all properties in a single class at once?
解决方案
The ReSharper can do this:
Options -> Code Cleanup -> Use auto-property, if possible
Run code cleanup for the class - and you should be done.
这篇关于使用“转换为自动属性”同时使用多个属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!