PDA

Click to See Complete Forum and Search --> : Method Summary/Description in VB.Net


anis_b
Feb 17th, 2004, 04:06 AM
Like in C# we define the Summary of any Method or Property this way

/// <summary>
/// Get the Person Name.
/// </summary>
public string PersonName
{
...
...
}

How do we do the same in VB.Net ?

hellswraith
Feb 17th, 2004, 10:00 AM
You either
A. Wait till Whidbey comes out late this year or early next year.
B. Get a third party tool that will allow you to do that.
C. Stay with C#.

VB.Net doesn't include this feature yet.