Friday, January 31, 2014

How could I implement a loop to add values of my array; rather than add them manually? (Cant think outside the box)

Create a list, then use List.AddRange() method to add values to this list then use List.ToArray() to get the array needed.


No comments:

Post a Comment