how many classes are there?

  • Thread starter Thread starter flyfisher
  • Start date Start date
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
 
Back
Top