Check out example codes for "c# add object to array". It will help you in understanding the concepts better.
Code Example 1
Array.Resize(ref objArray, objArray.Length + 1);
objArray[objArray.Length - 1] = new Someobject();
Learn ReactJs, React Native from akashmittal.com