In the following examples:
This is my favourite part of Linq which I guess it fits here:
names.ForEach(x => Console.WriteLine("{0}1, {0}2, {0}3", x));