I see where procedure line separators appear to be a VB.Net only option. Is
there not a way to add them in c#? Seems like it would make the code less
confusing.
Thanks,
Joel WZ
----------
This option is not available in C#, but you can still collapse regions
and class and method definitions.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> I see where procedure line separators appear to be a VB.Net only option. Is
> there not a way to add them in c#? Seems like it would make the code less
[quoted text clipped - 3 lines]
> Joel WZ
> ----------