Tagged Questions
2
votes
2answers
537 views
Tools for refactoring C# public fields into properties
I have a lot of C# code that uses public fields, and I would like to convert them to properties.
I have Resharper, and it will do them one by one, but this will take forever.
Does anyone know of an ...