Lists in c# have the .toArray() function. I want the inverse, where an array is transformed into a list. I know how to create a list and loop through it but i would like a one liner to swap it back.
I am using the string.split function in the .NET 2.0 environment so Linq etc. is not available to me.