Mai Khanh
0
Q:

c list add element

// Create a list  
List<string> AuthorList = new List<string>();  
  
// Add items using Add method   
AuthorList.Add("Mahesh Chand");  
3

New to Communities?

Join the community