This refactoring serves to convert traditional C# properties with private backing fields to auto-properties that were introduced in C# 3.0.
To convert a property with backing field to auto-property
- Position the caret at the name of a property, or select it in File Structure:
- Choose ReSharper | Refactor | Convert | Property to Auto Property.
- The refactoring will be carried out without requiring you to specify any further options:
