michaelh20
Senior member
I was curious whether I can add my custom objects (like an instance of a class I wrote) to a generic Collection object, or do I have to write my own Collection object to do that?
I seem to be getting a method or property not supported error message, and either it is coming from the collection object which is puking on my custom object, or else the collection is trying to wring something out of my custom object which isn't there......
I seem to be getting a method or property not supported error message, and either it is coming from the collection object which is puking on my custom object, or else the collection is trying to wring something out of my custom object which isn't there......