Check out example codes for "how to create a list in c# unity". It will help you in understanding the concepts better.
Code Example 1
List<Datatype> listName = new List<Datatype>();
ex: List<float> myList = new List<float>();
Learn ReactJs, React Native from akashmittal.com