VBForums >
.NET >
C# > [2.0] various different icons in C# and what they mean???
Click to See Complete Forum and Search --> : [2.0] various different icons in C# and what they mean???
bnathvbdotnet
May 13th, 2006, 06:56 AM
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
wossname
May 13th, 2006, 08:35 AM
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.
jmcilhinney
May 13th, 2006, 08:35 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.