VS not showing ToString overridden method

jgf

New member
Joined
Jun 29, 2004
Messages
1
Programming Experience
Beginner
How do you make overridden method ToString selectable from combo box in VS.NET Editor when you have implemented one?

I seem to remember the same applies to the other members of the object class too (ie Equals, GetHashCode & Finalize), but haven't tried it recently...

Is there a VS.NET configuration property you can set to show the hidden members too? I've tried looking in help & scoured Options and so far come up with no solution.

Does anyone have an answer? Many thanks.

(At the present time I am having to either do a Find text of ToString or
Synch Class view then select ToString method)
 
Back
Top