public virtual Test { get{ return _test;} } public MyClass(int testValue) { this.Test = testValue; }
I would like Resharper give option to change above line to this._test = testValue;
This is extremely useful when using NHibernate 1.2