#region/#endregion (or #pragma region/endregion in C++)lets you specify a block of code that you can expand or collapse when usi


/ Published in: C#
Save to your folder(s)

This is a means of applying a comment to a section of code so that it can be expanded or hidden as a group.

Use #pragma region in C/C++.

URL: http://msdn.microsoft.com/en-us/library/9a1ybwek%28VS.71%29.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.