how many classes are there?

  • Thread starter Thread starter flyfisher
  • Start date Start date
F

flyfisher

Does anyone out there know how many classes there are in .NET 2.0?

Thanx,

Mike
 
Does anyone out there know how many classes there are in .NET 2.0?

Are you only interested in classes (using the C# definition, i.e.
reference types) or other types as well (structs, enums etc)? Do you
want to include private/internal types or only publicly accessible
ones?


Mattias
 

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