S
Sems
Hi all
If I have a variable like this...
List<string> parsedData = new List<string>();
Why can I not call parsedData.Select and other linq methods on it?
If I have a variable like this...
List<string> parsedData = new List<string>();
Why can I not call parsedData.Select and other linq methods on it?