Malfunction
Well-known member
I was using several ArrayLists to store objects of the same type.
Now Id like to use a typed ArrayList instead of the standard ArrayList which only return "objects" and requires further typecasting.
In c++ Id use the vector template hows it done in c#?
Now Id like to use a typed ArrayList instead of the standard ArrayList which only return "objects" and requires further typecasting.
In c++ Id use the vector template hows it done in c#?