Click to See Complete Forum and Search --> : 'Generic' objects in c#


Vidster
August 4th, 2009, 03:41 AM
I'm trying to add a collection to a 'generic' object in c#, but as the object has no visible methods, properties etc, c# thinks that an assembly needs to be loaded. Is there a way around this?

HanneSThEGreaT
August 4th, 2009, 10:07 AM
Can you perhaps provide us with the code in question, then we can advise better :)

cilu
August 5th, 2009, 06:28 AM
There are no generic objects. There are only generic types.