RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

Suggestion for object initializer.

Open FickoDeLux opened this issue 8 years ago • 1 comments

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. ;-)

FickoDeLux avatar Jun 10 '16 12:06 FickoDeLux

Currently working on this feature.

AndrewBoklashko avatar Feb 17 '17 13:02 AndrewBoklashko