.net - Does Resharper Code clean up support this -


I have a project in which there are classes of methods that look like this:

 < Code> public class person {private string _name; ... public zeros setname (string name) {this._name = name; } Public string getName () {return._name; } ....}  

There is no way to get the Repository code cleanup feature (or any other device from there), for this, refactor code above.

  public class person {public string name {get; Set; }}  

I think there is no such tool that does this, but it hurts to not ask for it right?

Thanks

is a "Convert to Auto Applied Asset" refactoring .


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -