c# list add and return

106

c# list add and return -

var list = new List<string>(new List<string>{"item1","item2"}){"item3"};

Comments

Submit
0 Comments