Home All Groups Group Topic Archive Search About

CodeDom interator format.

Author
11 Jan 2007 11:17 PM
Kevin Burton
I generate a CodeDom loop and the code it generates looks like:

            for (int i1; (i1 < getCatalogs.Count); i1++
            )
            {
            }

Is there anyway to thcange the format? This will compile and work but I
would like it to look a little different. Mainly I would don't like the last
')' to be on a line by itself.

Thank you.

Kevin

AddThis Social Bookmark Button