VS 2003 interface index?

  • Thread starter Thread starter Rick Lones
  • Start date Start date
R

Rick Lones

In VS 2003 I keep wishing I could browse a list of interfaces which come
pre-defined with the framework (IEnumerable, etc.), preferably with hints as to
what particular interfaces are intended for and how they get used by various
classes in the framework. Documentation of these MS-provided interfaces seems
to be randomly scattered as links from the objects which implement them - but
there is no one place I can find in the system documentation that simply
provides, e.g., a categorized list of all of them.

Can anyone provide a link to VS 2003 documentation (or some other external
documentation) which provides an exhaustive list, all in one place, of the
built-in interfaces?

-rick-
 
It's a start, thanks. The approach seems to be through the namespace hierarchy.

Regards,
-rick-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top