- 140
Hey everybody,
I just came across this today - I had to comment out whole bunch of stuff out of my code in C#. I had to use // before every line, is there a quicker way to do this???
I know in Java there is a /** **/ comment out option that lets you comment out anything within those two commands( or whatever they are called )
Any help is greatly appreciated.
Thanks in advance
-Spets
I just came across this today - I had to comment out whole bunch of stuff out of my code in C#. I had to use // before every line, is there a quicker way to do this???
I know in Java there is a /** **/ comment out option that lets you comment out anything within those two commands( or whatever they are called )
Any help is greatly appreciated.
Thanks in advance
-Spets