19 June 2014

Converting Array to List



using System.Linq;

List<datatype> list = array.ToList();

No comments:

Post a Comment