Link to home
Start Free TrialLog in
Avatar of jazzIIIlove
jazzIIIloveFlag for Sweden

asked on

how to differentiate functions written by a coder and .net built-in functions?

Hi there;

How to differentiate functions written by a coder and .net built-in functions?

I mean, I have a code very well written and commented in .net and when I go for CTRL+space in VS 2010, I see the brief explanation of the function, but I cannot differentiate it whether it's written by the coder and by .NET built-in?

Kind regards.

Avatar of sergiobg57
sergiobg57
Flag of Brazil image

You can just see which class the function comes from when you pass the mouse.
You could also use the option "go to definition" and see if it's a VS module or not.
SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jazzIIIlove

ASKER

>>Remove all the using statements which starts with System.
wise