Establecer el campo en la lista Linq

collection.ToList().ForEach(c => c.PropertyToSet = value);
Upvote answer :-)