Hi all - is it possible to take a class object (ie, a list), and create a copy of it as a struct?

i have a List<> object (a) that i want to add to another larger list (b), and then clear the list...