|
-
Mar 7th, 2004, 12:53 AM
#1
Thread Starter
Frenzied Member
<summary> in equivalent??
Is there a vb.net equivalent for <summary>?
eg.
Code:
//C#
/// <summary> RetType: This returns a Int32 that... </summary>
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Mar 7th, 2004, 01:50 AM
#2
Not until the next version of Visual Studio. Although there are a couple of thrid party deals (some of which are free) that will work around it in the current versions.
-
Mar 7th, 2004, 01:51 AM
#3
Thread Starter
Frenzied Member
The next version comes out sometime this year rite?
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Mar 7th, 2004, 01:52 AM
#4
Its suppose to come out late this year or maybe early next year.
-
Mar 7th, 2004, 02:21 AM
#5
Sleep mode
If you like this feature plus other advantages , why don't you switch to C# which I guess would takes about 2 weeks !!
-
Mar 7th, 2004, 02:27 AM
#6
Thread Starter
Frenzied Member
meh,
been thinking about it but one thing that i dont like in c#
is how for, if, try, catch end in just } it gets confusing for me atleast. I know enough basic C# to port some things to vb.net. Other than that i dont mind C# structure
eg.
Code:
if{int x = 0; x < 10; x++)
{
catch (Exception pException)
{
//do whatever
}
}
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Mar 7th, 2004, 02:36 AM
#7
Sleep mode
When you get used to it , you won't say that again . It's similar to
then =opening bracket
end if = closing braket
C# depth is more interesting , believe me .
-
Mar 7th, 2004, 02:40 AM
#8
The whole C# vs. VB.NET is overrated if you ask me. VB.NET can do anything C# can do. There are a few minor things that can't be done in one or the other but it goes both ways and there are always workarounds to get you by. I prefer the VB syntax but I think they are both great languages. Although C# would need more than XML documentation to make me switch. But that is just my opinion.
Last edited by Edneeis; Mar 7th, 2004 at 03:14 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|