I was wondering if there is an elegant way to get string[]from List<Tuple<int, int, string>>?
I am thinking of a .NET method (preferred extension methods and lambda expressions: P)
PS The code is from the .NET 3.5 project, so Tuple is my own implementation.
source
share