Check out example codes for "declare string array c# without size". It will help you in understanding the concepts better.
Code Example 1
List<string> myStringList = new List<string();
myStringList.Add("Test 1");
myStringList.Add("Test 2");
Learn ReactJs, React Native from akashmittal.com