#region in VC.NET ?

A

--== Alain ==--

Hi,

When i developed a VB.NET application i used a very useful directive :
#Region and #End Region.

What is the equivalent under VC.NET ?

thanks a lot,

Alain
 
G

Guest

The C# #region is more flexible - you can even use it within methods (of
course, that wouldn't say much about your ability to write compact
methods...).
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
Instant Python: VB to Python converter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top