I have a List myClass;, I want to get List myList; from all of myClass.item, is there one line way to convert it?
List myClass;
List myList;