Check out example codes for "c# push numbers to array". It will help you in understanding the concepts better.
Code Example 1
List<int> add_list= new List<int>();
for (int i = 0; i < 400; i++)
{
add_list.Add(value);
}
Learn ReactJs, React Native from akashmittal.com