How to search for specific classes in Microsoft Visual Studio Help viewer -


i came xcode world, there no problem in searching specific class in specific section of documentation. however, can't find way find classes in documentation in viewer.

for example, search list class. when type "list" in search field, see many unrelated information on tabs (index, search, contents).

help view list

as can see, there's links list constructor, not link list classes.

is there option (or search argument) find specific classes in viewer ?

personally don't use offline anymore, searching list class or hitting f1 right editor on type brings directly right page:

public list<string> list = new list<string>();                   l hit f1 here 

if you're looking class adding "class" or in case of interface searching "interface" next keyword trick. if looking classes inherit from, it's best search common parent, on page you'll find overview of classes inherit class in base class library.


Comments

Popular posts from this blog

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

sql - Select Query has unexpected multiple records (MS Access) -