A
Alex
hi,
I have a class that has inheritted a collectionbase class
The class works fine generally, I can add items to the collection however
whenever I execute a For Each loop, the dispose event is called and then
inherited collection disapears. (The same problem occurs regardless of which
collection type I inherit)
I cannot figure this out as I still have a ref to the object that inherits
the collection. I think it is something like the collection object is not
referenced to the class that inherits it however I cannot see how to fix it.
Any ideas on this would be appreciated
alex
I have a class that has inheritted a collectionbase class
The class works fine generally, I can add items to the collection however
whenever I execute a For Each loop, the dispose event is called and then
inherited collection disapears. (The same problem occurs regardless of which
collection type I inherit)
I cannot figure this out as I still have a ref to the object that inherits
the collection. I think it is something like the collection object is not
referenced to the class that inherits it however I cannot see how to fix it.
Any ideas on this would be appreciated
alex