Using linq what is the easiest way to conv list<long> to list<int>?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-04-30T10:29:14Z
Indexed on
2010/04/30
10:37 UTC
Read the original article
Hit count: 112
LINQ
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.
© Stack Overflow or respective owner