Another short answer: classes aren't objects in .NET.
*Everything* is an object in .NET.
But classes aren't, otherwise the following would compile.
class Foo
{
}
object obj = Foo;
Regards,
Fernando Tubio
===================================
This list is hosted by DevelopMentor� http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
