|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CodeDom interator format.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 |
|||||||||||||||||||||||