Check out example codes for "list of vectors c#". It will help you in understanding the concepts better.
Code Example 1
List<Vector2> vectors = new List<Vector2>();
vectors.Add(ground1p1);
vectors.Add(ground1p2);
vectors.Add(ground1p3);
vectors.Add(ground1p4);
Learn ReactJs, React Native from akashmittal.com