G
Guest
if i use Generics.AddNew how do I pass an object to the items constructor?
I have a set of class all inheriting from a base class, all requiring one
parameter on their constructor - the data passed to it will be the same
independent of the class type
so how do i pass it to AddNew?
I have a set of class all inheriting from a base class, all requiring one
parameter on their constructor - the data passed to it will be the same
independent of the class type
so how do i pass it to AddNew?