c# - How to get array of string from List<Tuple<int, int, string>>? -


I was thinking that getting a string <] to get a list> Is the way; Tuple & lt; Int, int, string & gt; & Gt; ?

I am thinking of the .NET method (Better Extension Methods and Lambda Prices: P)

The PS code is from NAT 3.5 project, so Tupal is my own implementation.

  var string = list. Select (item => item item3) .oir ();  

Comments