C# list to array

83

List To Array C# -

listItem[] myArray = myList.ToArray();

Comments

Submit
0 Comments