Results 1 to 2 of 2

Thread: Method Summary/Description in VB.Net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    110

    Method Summary/Description in VB.Net

    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 ?
    Anis Bombaywala

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width