#region in VC.NET ?

  • Thread starter Thread starter --== Alain ==--
  • Start date Start date
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
 
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
 
Back
Top