How to find the implementations of mtd Compare from String Obj?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am trying to learn Object Browser and having some problems

I launch the browser with a default C# Win Appl using Ctrl-Alt-j. But, where do I go from there to
A) find the implementations of the method Compare supported by the String object
B) find the Equals method of the Object object

Sorry, if this is too simple for some. VS.Net is new to me and a baby step-by-step would be greatly appreciated. :)
 
Never mind. I've got it

To show the implementations of the method Compare supported by String object..
Alt-F12 (Find Symbol window launch
type String in the Find What: fiel
select Active Project in the Look in fiel
Click Find

The Members of String pane on the right will list all methods for String object

Thanks
 
Back
Top