I am interested in storing a list of items of type object. I noticed there is a ListItem class. But it appears to only store strings. Whoever wrote this class should be shot. Why not make "Data" of type Object rather then String?
Is there any other way of using this class for objects or should I just duplicate this whole class and change the Data type to object?
Is there any other way of using this class for objects or should I just duplicate this whole class and change the Data type to object?
Comment