How does VS.NET IDE identify which property / method belongs to an object when a dot(.) is applied e.g variablename.ToString();

Showing Answers 1 - 1 of 1 Answers

balajifortest

  • Sep 28th, 2006
 

Hai,

  When u put . operator in .NET IDE  internally bubble event is raised that corresponding event Handler gets automatically invoked which contains code for identifying properities/methods of an object.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions