mercredi 25 février 2015

How to Convert 2D array to list of 1D array?


Vote count:

0




I want to convert object[,] to List.

(object[1st,2nd] -> List< object[2nd] >)

I've been use for-loop. but it take long time.

Is there other solution more quickly than for-loop?



asked 27 secs ago







How to Convert 2D array to list of 1D array?

Aucun commentaire:

Enregistrer un commentaire