Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comment block of code
Message
From
08/05/2003 17:17:39
 
 
To
08/05/2003 13:12:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00786357
Message ID:
00786502
Views:
18
>Is there anyway to quickly comment out a block of code? In VFP you can highlight the block, right mouse and select comment. Is there anything like that in C#?
>
>Thanks,
>
>Jerry

Other than what Bonnie said, in C# you can just put...

/* at the start of the block

and

*/ at the end... everything in between become a comment.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform