adding notes to a new function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • confused1234
    New Member
    • Sep 2007
    • 23

    adding notes to a new function

    Hi i'm making some new functions and want to add some notes to the textbox that hovers open when you open the first bracket of your function.

    e.g newfunction(
    "allows you to do xxxx, can only be used in xp..."

    How do i add these? thanks
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    You can add a summary to your function that will be shown when you hover over the name of your function.

    Example
    ///<summary>
    ///Add text you want here
    ///</summary>

    Nathan

    Comment

    Working...