modification here*/);
}
collection.AddRange(items.Select( i => /*Some modification here*/));
Are these doing same thing or one is doing more work than other?
Do you have to filter items and put the result in collection?
Обсуждают сегодня