RefactoringEssentials
RefactoringEssentials copied to clipboard
Suggestion for object initializer.
I have:
var fmd = new MainDialog();
fmd.DbFile = dbfile;
fmd.RetColumnIndex = retcolumnindex;
fmd.SearchColumnIndex = searchcolumnindex;
fmd.width = DialogWidth;
fmd.height = DialogHeight;
fmd.SearchFirstCS = SearchFirstCaseSensitive;
fmd.SearchAnyCS = SearchAnyCaseSensitive;
fmd.RetValue = RetValue;
fmd.ShowDialog();
Was waiting wenn the proposal for object initializer would pop up but not happening. Guess didn't implemented jet.
I like to put this on my wish list. ;-)
Currently working on this feature.