Let\'s say I have:
class Plus5 { Plus5(int i) { i+5; } } List initialList = [0,1,2,3]
How I can create, from <
List result = new List(InitialList.Select(x=>new Plus5(x)).ToList()));