SyntaxFix
Write A Post
Hire A Developer
Questions
You can select all Sku elements of your myLines list and then convert the result to an array.
string[] mySKUsArray = myLines.Select(x=>x.Sku).ToArray();