Hi there,
I would like to create a kind of list which can hold different objects created at runtime.
(list.write(xxx))
Then i would need an instance of that class and read values from that list out to a self defined time (list.read()).
What'a the best approach to do such a thing in c#?
thanks,
stonee
I would like to create a kind of list which can hold different objects created at runtime.
(list.write(xxx))
Then i would need an instance of that class and read values from that list out to a self defined time (list.read()).
What'a the best approach to do such a thing in c#?
thanks,
stonee