Using linq what is the easiest way to conv list<long> to list<int>?
- by acidzombie24
Using link what is the easiest way to convert a list of longs to a list of ints?
I need it to be a list, if it cant be possibly i would like to see a solution with a int array or some kind f int container.