G
Gianni Galore
Assume I have two variables:
List mylist = new List();
Set myhashset = new HashSet();
Assume I got a filled List. How can I convert/copy most easily the content into a HashSet resp. vice versa?
Gianni
List mylist = new List();
Set myhashset = new HashSet();
Assume I got a filled List. How can I convert/copy most easily the content into a HashSet resp. vice versa?
Gianni