Hi,
I was wondering is there an elegant way of geting string[]
from List<Tuple<int, int, string>>
?
I'm thinking of .NET way (preferable extension methods and lambda expressions :P)
P.S. Code is from .NET 3.5 project, so Tuple is my own implementation.