Insider1984
Technical User
Okay, we have an application that needs a collection of generic classes. We thought of having an ArrayList of generic classes but we believe that this involves casting of each generic class in the collection.
A simple understanding:
Each generic class has an event and we would like to call each of these events from the collection of generic classes.
Can we do this without casting.... if so, what is the best way to do it.
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET
A simple understanding:
Each generic class has an event and we would like to call each of these events from the collection of generic classes.
Can we do this without casting.... if so, what is the best way to do it.
=====================
Insider
4 year 'on the fly' programmer
C, C++, C#, MFC, Basic, Java ASP.NET