Results 1 to 3 of 3

Thread: [2.0] various different icons in C# and what they mean???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2003
    Posts
    436

    Question [2.0] various different icons in C# and what they mean???

    Is there any documentation on the web which lists what the various icons (invoked by intellisense in Visual studio while writing C# code) mean?

    thanks
    nath

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [2.0] various different icons in C# and what they mean???

    Well they refer to things like visibility (static/instance ... private/protected/public/friend) or type (class/struct/interface) and other stuff like methods / member data.

    I just ignore them, they are only decorative in any case.
    I don't live here any more.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] various different icons in C# and what they mean???

    Just mouse over the items in the Intellisense list and it will tell you whether it's a property, enumerated value, constant, etc., and then you know what that icon means.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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